Shades of Deep Magenta #BB08B3
Tints of Deep Magenta #BB08B3
RGB
CMYK
RGB Variations
Color information
#BB08B3 (or 0xBB08B3) is known color: Deep Magenta. HEX triplet: BB, 08 and B3. RGB value is (187,8,179). Sum of RGB (Red+Green+Blue) = 187+8+179=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB08B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08B3 is #44F74C. Grayscale: #505050. Windows color (decimal): -4519757 or 11733179. OLE color: 11733179.
HSL color Cylindrical-coordinate representation of color #BB08B3: hue angle of 302.68º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08B3 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 179 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.27 |
| HSL | 302.68º | 0.92% | 0.38% | - |
| HSV(B) | 302.68º | 0.96% | 0.73% | - |
| XYZ | 28.72 | 13.99 | 43.84 | - |
| YUV | 81.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 179 | 0 | 0.96 | 0.04 | 0.27 | 302.68 | 0.92 | 0.38 |
| Hex | BB | 8 | B3 | 0 | 60 | 4 | 1B | 12F | 5C | 26 |
| Octal | 273 | 10 | 263 | 0 | 140 | 4 | 33 | 457 | 134 | 46 |
| Binary | 10111011 | 1000 | 10110011 | 0 | 1100000 | 100 | 11011 | 100101111 | 1011100 | 100110 |
Color Harmonies of #BB08B3
Complementary color
Monochromatic Colors of #BB08B3
Black with #BB08B3
Text Example
Text Example
White with #BB08B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08B3; }
p { color: rgb(187,8,179); }
H1.HeaderClassName
{
color: #BB08B3;
}
.AnyTagClassName
{
color: #BB08B3;
}
</style>
background-color css
<style>
a { background-color: #BB08B3; }
a { background-color: rgb(187,8,179); }
div.DivClassName
{
background-color: #BB08B3;
}
.BgClassName
{
background-color: #BB08B3;
}
</style>
border-color css
<style>
span { border-color: #BB08B3; }
span { border-color: rgb(187,8,179); }
td.TdClassName
{
border-color: #BB08B3;
}
.TagClassName
{
border-color: #BB08B3;
}
</style>