Shades of Deep Magenta #BB10CE
Tints of Deep Magenta #BB10CE
RGB
CMYK
RGB Variations
Color information
#BB10CE (or 0xBB10CE) is known color: Deep Magenta. HEX triplet: BB, 10 and CE. RGB value is (187,16,206). Sum of RGB (Red+Green+Blue) = 187+16+206=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10CE is #44EF31. Grayscale: #585858. Windows color (decimal): -4517682 or 13504699. OLE color: 13504699.
HSL color Cylindrical-coordinate representation of color #BB10CE: hue angle of 294º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10CE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 16 | 206 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.19 |
| HSL | 294º | 0.86% | 0.44% | - |
| HSV(B) | 294º | 0.92% | 0.81% | - |
| XYZ | 31.82 | 15.39 | 59.69 | - |
| YUV | 88.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 206 | 0.09 | 0.92 | 0 | 0.19 | 294 | 0.86 | 0.44 |
| Hex | BB | 10 | CE | 9 | 5C | 0 | 13 | 126 | 56 | 2C |
| Octal | 273 | 20 | 316 | 11 | 134 | 0 | 23 | 446 | 126 | 54 |
| Binary | 10111011 | 10000 | 11001110 | 1001 | 1011100 | 0 | 10011 | 100100110 | 1010110 | 101100 |
Color Harmonies of #BB10CE
Complementary color
Monochromatic Colors of #BB10CE
Black with #BB10CE
Text Example
Text Example
White with #BB10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10CE; }
p { color: rgb(187,16,206); }
H1.HeaderClassName
{
color: #BB10CE;
}
.AnyTagClassName
{
color: #BB10CE;
}
</style>
background-color css
<style>
a { background-color: #BB10CE; }
a { background-color: rgb(187,16,206); }
div.DivClassName
{
background-color: #BB10CE;
}
.BgClassName
{
background-color: #BB10CE;
}
</style>
border-color css
<style>
span { border-color: #BB10CE; }
span { border-color: rgb(187,16,206); }
td.TdClassName
{
border-color: #BB10CE;
}
.TagClassName
{
border-color: #BB10CE;
}
</style>