#BC3CB8

Color #BC3CB8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BC3CB8

Tints of Fuchsia #BC3CB8

Color information

#BC3CB8 (or 0xBC3CB8) is unknown color: approx Fuchsia. HEX triplet: BC, 3C and B8. RGB value is (188,60,184). Sum of RGB (Red+Green+Blue) = 188+60+184=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CB8 is #43C347. Grayscale: #707070. Windows color (decimal): -4440904 or 12074172. OLE color: 12074172.

HSL color Cylindrical-coordinate representation of color #BC3CB8: hue angle of 301.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CB8 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18860184-
CMYK00.680.020.26
HSL301.88º51.61%48.63%-
HSV(B)301.88º68.09%73.73%-
XYZ31.0117.3847.07-
YUV112.41168.41181.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 184 (72.27% from 255) = 42.59%
R=43.52%
G=13.89%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886018400.680.020.26301.8851.6148.63
HexBC3CB804421A12e3431
Octal2747427001042324566461
Binary1011110011110010111000010001001011010100101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3CB8; }

 p { color: rgb(188,60,184); }

 H1.HeaderClassName
 {
   color: #BC3CB8;
 }
 .AnyTagClassName
 {
   color: #BC3CB8;
 }
</style>
background-color css

<style>
 a { background-color: #BC3CB8; }

 a { background-color: rgb(188,60,184); }

 div.DivClassName
 {
   background-color: #BC3CB8;
 }
 .BgClassName
 {
   background-color: #BC3CB8;
 }
</style>
border-color css

<style>
 span { border-color: #BC3CB8; }

 span { border-color: rgb(188,60,184); }

 td.TdClassName
 {
   border-color: #BC3CB8;
 }
 .TagClassName
 {
   border-color: #BC3CB8;
 }
</style>