#BB09BB

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

Shades of Deep Magenta #BB09BB

Tints of Deep Magenta #BB09BB

Color information

#BB09BB (or 0xBB09BB) is unknown color: approx Deep Magenta. HEX triplet: BB, 09 and BB. RGB value is (187,9,187). Sum of RGB (Red+Green+Blue) = 187+9+187=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB09BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09BB is #44F644. Grayscale: #515151. Windows color (decimal): -4519493 or 12257723. OLE color: 12257723.

HSL color Cylindrical-coordinate representation of color #BB09BB: hue angle of 300º 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 #BB09BB is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1879187-
CMYK00.9500.27
HSL300º90.82%38.43%-
HSV(B)300º95.19%73.33%-
XYZ29.5614.3548.23-
YUV82.51186.97202.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 9 (3.91% from 255) = 2.35%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=48.83%
G=2.35%
B=48.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187918700.9500.2730090.8238.43
HexBB9BB05F01B12c5b26
Octal27311273013703345413346
Binary10111011100110111011010111110110111001011001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB09BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB09BB; }

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

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

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

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

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

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

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

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