#BC5BB6

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

Shades of Fuchsia #BC5BB6

Tints of Fuchsia #BC5BB6

Color information

#BC5BB6 (or 0xBC5BB6) is unknown color: approx Fuchsia. HEX triplet: BC, 5B and B6. RGB value is (188,91,182). Sum of RGB (Red+Green+Blue) = 188+91+182=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BB6 is #43A449. Grayscale: #828282. Windows color (decimal): -4432970 or 11951036. OLE color: 11951036.

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

Color convert

RGB18891182-
CMYK00.520.030.26
HSL303.71º41.99%54.71%-
HSV(B)303.71º51.6%73.73%-
XYZ32.9221.5546.68-
YUV130.38157.14169.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=40.78%
G=19.74%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889118200.520.030.26303.7141.9954.71
HexBC5BB603431A1302a37
Octal2741332660643324605267
Binary1011110010110111011011001101001111010100110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5BB6; }

 p { color: rgb(188,91,182); }

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

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

 a { background-color: rgb(188,91,182); }

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

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

 span { border-color: rgb(188,91,182); }

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