#BB0ABF

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

Shades of Deep Magenta #BB0ABF

Tints of Deep Magenta #BB0ABF

Color information

#BB0ABF (or 0xBB0ABF) is unknown color: approx Deep Magenta. HEX triplet: BB, 0A and BF. RGB value is (187,10,191). Sum of RGB (Red+Green+Blue) = 187+10+191=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ABF is #44F540. Grayscale: #535353. Windows color (decimal): -4519233 or 12520123. OLE color: 12520123.

HSL color Cylindrical-coordinate representation of color #BB0ABF: hue angle of 298.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0ABF is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18710191-
CMYK0.020.9500.25
HSL298.67º90.05%39.41%-
HSV(B)298.67º94.76%74.9%-
XYZ30.0114.5450.52-
YUV83.56188.64201.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 191 (75% from 255) = 49.23%
R=48.20%
G=2.58%
B=49.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187101910.020.9500.25298.6790.0539.41
HexBBABF25F01912b5a27
Octal27312277213703145313247
Binary101110111010101111111010111110110011001010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0ABF; }

 p { color: rgb(187,10,191); }

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

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

 a { background-color: rgb(187,10,191); }

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

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

 span { border-color: rgb(187,10,191); }

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