#BC5DA8

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

Shades of Fuchsia #BC5DA8

Tints of Fuchsia #BC5DA8

Color information

#BC5DA8 (or 0xBC5DA8) is unknown color: approx Fuchsia. HEX triplet: BC, 5D and A8. RGB value is (188,93,168). Sum of RGB (Red+Green+Blue) = 188+93+168=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DA8 is #43A257. Grayscale: #818181. Windows color (decimal): -4432472 or 11034044. OLE color: 11034044.

HSL color Cylindrical-coordinate representation of color #BC5DA8: hue angle of 312.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5DA8 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18893168-
CMYK00.510.110.26
HSL312.63º41.48%55.1%-
HSV(B)312.63º50.53%73.73%-
XYZ31.7221.3539.49-
YUV129.95149.47169.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 168 (66.02% from 255) = 37.42%
R=41.87%
G=20.71%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889316800.510.110.26312.6341.4855.1
HexBC5DA8033B1A1392937
Octal27413525006313324715167
Binary101111001011101101010000110011101111010100111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DA8; }

 p { color: rgb(188,93,168); }

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

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

 a { background-color: rgb(188,93,168); }

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

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

 span { border-color: rgb(188,93,168); }

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