#BB12BA

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

Shades of Deep Magenta #BB12BA

Tints of Deep Magenta #BB12BA

Color information

#BB12BA (or 0xBB12BA) is unknown color: approx Deep Magenta. HEX triplet: BB, 12 and BA. RGB value is (187,18,186). Sum of RGB (Red+Green+Blue) = 187+18+186=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB12BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12BA is #44ED45. Grayscale: #575757. Windows color (decimal): -4517190 or 12194491. OLE color: 12194491.

HSL color Cylindrical-coordinate representation of color #BB12BA: hue angle of 300.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB12BA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18718186-
CMYK00.900.010.27
HSL300.36º82.44%40.2%-
HSV(B)300.36º90.37%73.33%-
XYZ29.5714.5447.7-
YUV87.68183.49198.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 18 (7.42% from 255) = 4.60%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=47.83%
G=4.60%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871818600.900.010.27300.3682.4440.2
HexBB12BA05A11B12c5228
Octal27322272013213345412250
Binary101110111001010111010010110101110111001011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB12BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB12BA; }

 p { color: rgb(187,18,186); }

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

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

 a { background-color: rgb(187,18,186); }

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

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

 span { border-color: rgb(187,18,186); }

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