Shades of Deep Magenta #BB10CF
Tints of Deep Magenta #BB10CF
RGB
CMYK
RGB Variations
Color information
#BB10CF (or 0xBB10CF) is known color: Deep Magenta. HEX triplet: BB, 10 and CF. RGB value is (187,16,207). Sum of RGB (Red+Green+Blue) = 187+16+207=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB10CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10CF is #44EF30. Grayscale: #585858. Windows color (decimal): -4517681 or 13570235. OLE color: 13570235.
HSL color Cylindrical-coordinate representation of color #BB10CF: hue angle of 293.72º 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 #BB10CF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 16 | 207 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.19 |
| HSL | 293.72º | 0.86% | 0.44% | - |
| HSV(B) | 293.72º | 0.92% | 0.81% | - |
| XYZ | 31.94 | 15.44 | 60.33 | - |
| YUV | 88.9 | 194.65 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 207 | 0.10 | 0.92 | 0 | 0.19 | 293.72 | 0.86 | 0.44 |
| Hex | BB | 10 | CF | A | 5C | 0 | 13 | 126 | 56 | 2C |
| Octal | 273 | 20 | 317 | 12 | 134 | 0 | 23 | 446 | 126 | 54 |
| Binary | 10111011 | 10000 | 11001111 | 1010 | 1011100 | 0 | 10011 | 100100110 | 1010110 | 101100 |
Color Harmonies of #BB10CF
Complementary color
Monochromatic Colors of #BB10CF
Black with #BB10CF
Text Example
Text Example
White with #BB10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10CF; }
p { color: rgb(187,16,207); }
H1.HeaderClassName
{
color: #BB10CF;
}
.AnyTagClassName
{
color: #BB10CF;
}
</style>
background-color css
<style>
a { background-color: #BB10CF; }
a { background-color: rgb(187,16,207); }
div.DivClassName
{
background-color: #BB10CF;
}
.BgClassName
{
background-color: #BB10CF;
}
</style>
border-color css
<style>
span { border-color: #BB10CF; }
span { border-color: rgb(187,16,207); }
td.TdClassName
{
border-color: #BB10CF;
}
.TagClassName
{
border-color: #BB10CF;
}
</style>