#BC4BB9

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

Shades of Fuchsia #BC4BB9

Tints of Fuchsia #BC4BB9

Color information

#BC4BB9 (or 0xBC4BB9) is unknown color: approx Fuchsia. HEX triplet: BC, 4B and B9. RGB value is (188,75,185). Sum of RGB (Red+Green+Blue) = 188+75+185=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BB9 is #43B446. Grayscale: #797979. Windows color (decimal): -4437063 or 12143548. OLE color: 12143548.

HSL color Cylindrical-coordinate representation of color #BC4BB9: hue angle of 301.59º 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 #BC4BB9 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18875185-
CMYK00.600.020.26
HSL301.59º45.75%51.57%-
HSV(B)301.59º60.11%73.73%-
XYZ32.0119.2347.92-
YUV121.33163.94175.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=41.96%
G=16.74%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887518500.600.020.26301.5945.7551.57
HexBC4BB903C21A12e2e34
Octal2741132710742324565664
Binary1011110010010111011100101111001011010100101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BB9; }

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

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

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

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

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

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

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

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