#BC4BB6

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

Shades of Fuchsia #BC4BB6

Tints of Fuchsia #BC4BB6

Color information

#BC4BB6 (or 0xBC4BB6) is unknown color: approx Fuchsia. HEX triplet: BC, 4B and B6. RGB value is (188,75,182). Sum of RGB (Red+Green+Blue) = 188+75+182=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BB6 is #43B449. Grayscale: #787878. Windows color (decimal): -4437066 or 11946940. OLE color: 11946940.

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

Color convert

RGB18875182-
CMYK00.600.030.26
HSL303.19º45.75%51.57%-
HSV(B)303.19º60.11%73.73%-
XYZ31.719.146.27-
YUV120.98162.44175.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=42.25%
G=16.85%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887518200.600.030.26303.1945.7551.57
HexBC4BB603C31A12f2e34
Octal2741132660743324575664
Binary1011110010010111011011001111001111010100101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BB6; }

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

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

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

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

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

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

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

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