#BB09BA

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

Shades of Deep Magenta #BB09BA

Tints of Deep Magenta #BB09BA

Color information

#BB09BA (or 0xBB09BA) is unknown color: approx Deep Magenta. HEX triplet: BB, 09 and BA. RGB value is (187,9,186). Sum of RGB (Red+Green+Blue) = 187+9+186=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09BA is #44F645. Grayscale: #515151. Windows color (decimal): -4519494 or 12192187. OLE color: 12192187.

HSL color Cylindrical-coordinate representation of color #BB09BA: hue angle of 300.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB09BA is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB1879186-
CMYK00.950.010.27
HSL300.34º90.82%38.43%-
HSV(B)300.34º95.19%73.33%-
XYZ29.4514.3147.66-
YUV82.4186.47202.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 9 (3.91% from 255) = 2.36%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=48.95%
G=2.36%
B=48.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187918600.950.010.27300.3490.8238.43
HexBB9BA05F11B12c5b26
Octal27311272013713345413346
Binary10111011100110111010010111111110111001011001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB09BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB09BA; }

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

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

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

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

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

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

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

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