Shades of Deep Magenta #BB0BCE
Tints of Deep Magenta #BB0BCE
RGB
CMYK
RGB Variations
Color information
#BB0BCE (or 0xBB0BCE) is known color: Deep Magenta. HEX triplet: BB, 0B and CE. RGB value is (187,11,206). Sum of RGB (Red+Green+Blue) = 187+11+206=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB0BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BCE is #44F431. Grayscale: #555555. Windows color (decimal): -4518962 or 13503419. OLE color: 13503419.
HSL color Cylindrical-coordinate representation of color #BB0BCE: hue angle of 294.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BCE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 11 | 206 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.19 |
| HSL | 294.15º | 0.9% | 0.43% | - |
| HSV(B) | 294.15º | 0.95% | 0.81% | - |
| XYZ | 31.75 | 15.26 | 59.66 | - |
| YUV | 85.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 206 | 0.09 | 0.95 | 0 | 0.19 | 294.15 | 0.9 | 0.43 |
| Hex | BB | B | CE | 9 | 5F | 0 | 13 | 126 | 5A | 2B |
| Octal | 273 | 13 | 316 | 11 | 137 | 0 | 23 | 446 | 132 | 53 |
| Binary | 10111011 | 1011 | 11001110 | 1001 | 1011111 | 0 | 10011 | 100100110 | 1011010 | 101011 |
Color Harmonies of #BB0BCE
Complementary color
Monochromatic Colors of #BB0BCE
Black with #BB0BCE
Text Example
Text Example
White with #BB0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BCE; }
p { color: rgb(187,11,206); }
H1.HeaderClassName
{
color: #BB0BCE;
}
.AnyTagClassName
{
color: #BB0BCE;
}
</style>
background-color css
<style>
a { background-color: #BB0BCE; }
a { background-color: rgb(187,11,206); }
div.DivClassName
{
background-color: #BB0BCE;
}
.BgClassName
{
background-color: #BB0BCE;
}
</style>
border-color css
<style>
span { border-color: #BB0BCE; }
span { border-color: rgb(187,11,206); }
td.TdClassName
{
border-color: #BB0BCE;
}
.TagClassName
{
border-color: #BB0BCE;
}
</style>