Shades of Deep Magenta #BB09BD
Tints of Deep Magenta #BB09BD
RGB
CMYK
RGB Variations
Color information
#BB09BD (or 0xBB09BD) is known color: Deep Magenta. HEX triplet: BB, 09 and BD. RGB value is (187,9,189). Sum of RGB (Red+Green+Blue) = 187+9+189=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09BD is #44F642. Grayscale: #525252. Windows color (decimal): -4519491 or 12388795. OLE color: 12388795.
HSL color Cylindrical-coordinate representation of color #BB09BD: hue angle of 299.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB09BD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 9 | 189 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.26 |
| HSL | 299.33º | 0.91% | 0.39% | - |
| HSV(B) | 299.33º | 0.95% | 0.74% | - |
| XYZ | 29.78 | 14.43 | 49.36 | - |
| YUV | 82.74 | 187.97 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 189 | 0.01 | 0.95 | 0 | 0.26 | 299.33 | 0.91 | 0.39 |
| Hex | BB | 9 | BD | 1 | 5F | 0 | 1A | 12B | 5B | 27 |
| Octal | 273 | 11 | 275 | 1 | 137 | 0 | 32 | 453 | 133 | 47 |
| Binary | 10111011 | 1001 | 10111101 | 1 | 1011111 | 0 | 11010 | 100101011 | 1011011 | 100111 |
Color Harmonies of #BB09BD
Complementary color
Monochromatic Colors of #BB09BD
Black with #BB09BD
Text Example
Text Example
White with #BB09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09BD; }
p { color: rgb(187,9,189); }
H1.HeaderClassName
{
color: #BB09BD;
}
.AnyTagClassName
{
color: #BB09BD;
}
</style>
background-color css
<style>
a { background-color: #BB09BD; }
a { background-color: rgb(187,9,189); }
div.DivClassName
{
background-color: #BB09BD;
}
.BgClassName
{
background-color: #BB09BD;
}
</style>
border-color css
<style>
span { border-color: #BB09BD; }
span { border-color: rgb(187,9,189); }
td.TdClassName
{
border-color: #BB09BD;
}
.TagClassName
{
border-color: #BB09BD;
}
</style>