Shades of Deep Magenta #BB08C9
Tints of Deep Magenta #BB08C9
RGB
CMYK
RGB Variations
Color information
#BB08C9 (or 0xBB08C9) is known color: Deep Magenta. HEX triplet: BB, 08 and C9. RGB value is (187,8,201). Sum of RGB (Red+Green+Blue) = 187+8+201=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB08C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08C9 is #44F736. Grayscale: #525252. Windows color (decimal): -4519735 or 13174971. OLE color: 13174971.
HSL color Cylindrical-coordinate representation of color #BB08C9: hue angle of 295.65º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08C9 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 8 | 201 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.21 |
| HSL | 295.65º | 0.92% | 0.41% | - |
| HSV(B) | 295.65º | 0.96% | 0.79% | - |
| XYZ | 31.12 | 14.96 | 56.5 | - |
| YUV | 83.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 201 | 0.07 | 0.96 | 0 | 0.21 | 295.65 | 0.92 | 0.41 |
| Hex | BB | 8 | C9 | 7 | 60 | 0 | 15 | 128 | 5C | 29 |
| Octal | 273 | 10 | 311 | 7 | 140 | 0 | 25 | 450 | 134 | 51 |
| Binary | 10111011 | 1000 | 11001001 | 111 | 1100000 | 0 | 10101 | 100101000 | 1011100 | 101001 |
Color Harmonies of #BB08C9
Complementary color
Monochromatic Colors of #BB08C9
Black with #BB08C9
Text Example
Text Example
White with #BB08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08C9; }
p { color: rgb(187,8,201); }
H1.HeaderClassName
{
color: #BB08C9;
}
.AnyTagClassName
{
color: #BB08C9;
}
</style>
background-color css
<style>
a { background-color: #BB08C9; }
a { background-color: rgb(187,8,201); }
div.DivClassName
{
background-color: #BB08C9;
}
.BgClassName
{
background-color: #BB08C9;
}
</style>
border-color css
<style>
span { border-color: #BB08C9; }
span { border-color: rgb(187,8,201); }
td.TdClassName
{
border-color: #BB08C9;
}
.TagClassName
{
border-color: #BB08C9;
}
</style>