#BC4BB0

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

Shades of Fuchsia #BC4BB0

Tints of Fuchsia #BC4BB0

Color information

#BC4BB0 (or 0xBC4BB0) is unknown color: approx Fuchsia. HEX triplet: BC, 4B and B0. RGB value is (188,75,176). Sum of RGB (Red+Green+Blue) = 188+75+176=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BB0 is #43B44F. Grayscale: #787878. Windows color (decimal): -4437072 or 11553724. OLE color: 11553724.

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

Color convert

RGB18875176-
CMYK00.600.060.26
HSL306.37º45.75%51.57%-
HSV(B)306.37º60.11%73.73%-
XYZ31.0918.8643.08-
YUV120.3159.44176.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=42.82%
G=17.08%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887517600.600.060.26306.3745.7551.57
HexBC4BB003C61A1322e34
Octal2741132600746324625664
Binary10111100100101110110000011110011011010100110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BB0; }

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

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

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

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

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

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

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

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