#BC66B9

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

Shades of Fuchsia #BC66B9

Tints of Fuchsia #BC66B9

Color information

#BC66B9 (or 0xBC66B9) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and B9. RGB value is (188,102,185). Sum of RGB (Red+Green+Blue) = 188+102+185=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66B9 is #439946. Grayscale: #888888. Windows color (decimal): -4430151 or 12150460. OLE color: 12150460.

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

Color convert

RGB188102185-
CMYK00.460.020.26
HSL302.09º39.09%56.86%-
HSV(B)302.09º45.74%73.73%-
XYZ34.2523.748.67-
YUV137.18154.99164.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=39.58%
G=21.47%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810218500.460.020.26302.0939.0956.86
HexBC66B902E21A12e2739
Octal2741462710562324564771
Binary1011110011001101011100101011101011010100101110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66B9; }

 p { color: rgb(188,102,185); }

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

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

 a { background-color: rgb(188,102,185); }

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

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

 span { border-color: rgb(188,102,185); }

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