Shades of Deep Magenta #BB09B3
Tints of Deep Magenta #BB09B3
RGB
CMYK
RGB Variations
Color information
#BB09B3 (or 0xBB09B3) is known color: Deep Magenta. HEX triplet: BB, 09 and B3. RGB value is (187,9,179). Sum of RGB (Red+Green+Blue) = 187+9+179=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09B3 is #44F64C. Grayscale: #515151. Windows color (decimal): -4519501 or 11733435. OLE color: 11733435.
HSL color Cylindrical-coordinate representation of color #BB09B3: hue angle of 302.7º 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 #BB09B3 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 179 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.27 |
| HSL | 302.7º | 0.91% | 0.38% | - |
| HSV(B) | 302.7º | 0.95% | 0.73% | - |
| XYZ | 28.73 | 14.01 | 43.84 | - |
| YUV | 81.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 179 | 0 | 0.95 | 0.04 | 0.27 | 302.7 | 0.91 | 0.38 |
| Hex | BB | 9 | B3 | 0 | 5F | 4 | 1B | 12F | 5B | 26 |
| Octal | 273 | 11 | 263 | 0 | 137 | 4 | 33 | 457 | 133 | 46 |
| Binary | 10111011 | 1001 | 10110011 | 0 | 1011111 | 100 | 11011 | 100101111 | 1011011 | 100110 |
Color Harmonies of #BB09B3
Complementary color
Monochromatic Colors of #BB09B3
Black with #BB09B3
Text Example
Text Example
White with #BB09B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09B3; }
p { color: rgb(187,9,179); }
H1.HeaderClassName
{
color: #BB09B3;
}
.AnyTagClassName
{
color: #BB09B3;
}
</style>
background-color css
<style>
a { background-color: #BB09B3; }
a { background-color: rgb(187,9,179); }
div.DivClassName
{
background-color: #BB09B3;
}
.BgClassName
{
background-color: #BB09B3;
}
</style>
border-color css
<style>
span { border-color: #BB09B3; }
span { border-color: rgb(187,9,179); }
td.TdClassName
{
border-color: #BB09B3;
}
.TagClassName
{
border-color: #BB09B3;
}
</style>