#BC6BBB

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

Shades of Fuchsia #BC6BBB

Tints of Fuchsia #BC6BBB

Color information

#BC6BBB (or 0xBC6BBB) is unknown color: approx Fuchsia. HEX triplet: BC, 6B and BB. RGB value is (188,107,187). Sum of RGB (Red+Green+Blue) = 188+107+187=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BBB is #439444. Grayscale: #8C8C8C. Windows color (decimal): -4428869 or 12282812. OLE color: 12282812.

HSL color Cylindrical-coordinate representation of color #BC6BBB: hue angle of 300.74º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6BBB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188107187-
CMYK00.430.010.26
HSL300.74º37.67%57.84%-
HSV(B)300.74º43.09%73.73%-
XYZ34.9724.7949.96-
YUV140.34154.34162-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 107 (42.19% from 255) = 22.20%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=39.00%
G=22.20%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810718700.430.010.26300.7437.6757.84
HexBC6BBB02B11A12d263a
Octal2741532730531324554672
Binary101111001101011101110110101011111010100101101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BBB; }

 p { color: rgb(188,107,187); }

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

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

 a { background-color: rgb(188,107,187); }

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

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

 span { border-color: rgb(188,107,187); }

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