#BC4BB2

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

Shades of Fuchsia #BC4BB2

Tints of Fuchsia #BC4BB2

Color information

#BC4BB2 (or 0xBC4BB2) is unknown color: approx Fuchsia. HEX triplet: BC, 4B and B2. RGB value is (188,75,178). Sum of RGB (Red+Green+Blue) = 188+75+178=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BB2 is #43B44D. Grayscale: #787878. Windows color (decimal): -4437070 or 11684796. OLE color: 11684796.

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

Color convert

RGB18875178-
CMYK00.600.050.26
HSL305.31º45.75%51.57%-
HSV(B)305.31º60.11%73.73%-
XYZ31.2918.9444.13-
YUV120.53160.44176.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=42.63%
G=17.01%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887517800.600.050.26305.3145.7551.57
HexBC4BB203C51A1312e34
Octal2741132620745324615664
Binary10111100100101110110010011110010111010100110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BB2; }

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

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

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

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

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

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

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

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