Shades of Deep Magenta #BB09C7
Tints of Deep Magenta #BB09C7
RGB
CMYK
RGB Variations
Color information
#BB09C7 (or 0xBB09C7) is known color: Deep Magenta. HEX triplet: BB, 09 and C7. RGB value is (187,9,199). Sum of RGB (Red+Green+Blue) = 187+9+199=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB09C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09C7 is #44F638. Grayscale: #535353. Windows color (decimal): -4519481 or 13044155. OLE color: 13044155.
HSL color Cylindrical-coordinate representation of color #BB09C7: hue angle of 296.21º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB09C7 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 9 | 199 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.22 |
| HSL | 296.21º | 0.91% | 0.41% | - |
| HSV(B) | 296.21º | 0.95% | 0.78% | - |
| XYZ | 30.9 | 14.88 | 55.28 | - |
| YUV | 83.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 199 | 0.06 | 0.95 | 0 | 0.22 | 296.21 | 0.91 | 0.41 |
| Hex | BB | 9 | C7 | 6 | 5F | 0 | 16 | 128 | 5B | 29 |
| Octal | 273 | 11 | 307 | 6 | 137 | 0 | 26 | 450 | 133 | 51 |
| Binary | 10111011 | 1001 | 11000111 | 110 | 1011111 | 0 | 10110 | 100101000 | 1011011 | 101001 |
Color Harmonies of #BB09C7
Complementary color
Monochromatic Colors of #BB09C7
Black with #BB09C7
Text Example
Text Example
White with #BB09C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB09C7; }
p { color: rgb(187,9,199); }
H1.HeaderClassName
{
color: #BB09C7;
}
.AnyTagClassName
{
color: #BB09C7;
}
</style>
background-color css
<style>
a { background-color: #BB09C7; }
a { background-color: rgb(187,9,199); }
div.DivClassName
{
background-color: #BB09C7;
}
.BgClassName
{
background-color: #BB09C7;
}
</style>
border-color css
<style>
span { border-color: #BB09C7; }
span { border-color: rgb(187,9,199); }
td.TdClassName
{
border-color: #BB09C7;
}
.TagClassName
{
border-color: #BB09C7;
}
</style>