#BC0BB3

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

Shades of Deep Magenta #BC0BB3

Tints of Deep Magenta #BC0BB3

Color information

#BC0BB3 (or 0xBC0BB3) is unknown color: approx Deep Magenta. HEX triplet: BC, 0B and B3. RGB value is (188,11,179). Sum of RGB (Red+Green+Blue) = 188+11+179=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BB3 is #43F44C. Grayscale: #525252. Windows color (decimal): -4453453 or 11733948. OLE color: 11733948.

HSL color Cylindrical-coordinate representation of color #BC0BB3: hue angle of 303.05º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BB3 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18811179-
CMYK00.940.050.26
HSL303.05º88.94%39.02%-
HSV(B)303.05º94.15%73.73%-
XYZ2914.1943.86-
YUV83.08182.14202.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 11 (4.69% from 255) = 2.91%
BLUE value IS 179 (70.31% from 255) = 47.35%
R=49.74%
G=2.91%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881117900.940.050.26303.0588.9439.02
HexBCBB305E51A12f5927
Octal27413263013653245713147
Binary1011110010111011001101011110101110101001011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0BB3; }

 p { color: rgb(188,11,179); }

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

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

 a { background-color: rgb(188,11,179); }

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

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

 span { border-color: rgb(188,11,179); }

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