Shades of Deep Magenta #BB1DC8
Tints of Deep Magenta #BB1DC8
RGB
CMYK
RGB Variations
Color information
#BB1DC8 (or 0xBB1DC8) is known color: Deep Magenta. HEX triplet: BB, 1D and C8. RGB value is (187,29,200). Sum of RGB (Red+Green+Blue) = 187+29+200=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB1DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DC8 is #44E237. Grayscale: #5F5F5F. Windows color (decimal): -4514360 or 13114811. OLE color: 13114811.
HSL color Cylindrical-coordinate representation of color #BB1DC8: hue angle of 295.44º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1DC8 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 29 | 200 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.22 |
| HSL | 295.44º | 0.75% | 0.45% | - |
| HSV(B) | 295.44º | 0.86% | 0.78% | - |
| XYZ | 31.36 | 15.61 | 56 | - |
| YUV | 95.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 200 | 0.06 | 0.86 | 0 | 0.22 | 295.44 | 0.75 | 0.45 |
| Hex | BB | 1D | C8 | 6 | 56 | 0 | 16 | 127 | 4B | 2D |
| Octal | 273 | 35 | 310 | 6 | 126 | 0 | 26 | 447 | 113 | 55 |
| Binary | 10111011 | 11101 | 11001000 | 110 | 1010110 | 0 | 10110 | 100100111 | 1001011 | 101101 |
Color Harmonies of #BB1DC8
Complementary color
Monochromatic Colors of #BB1DC8
Black with #BB1DC8
Text Example
Text Example
White with #BB1DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DC8; }
p { color: rgb(187,29,200); }
H1.HeaderClassName
{
color: #BB1DC8;
}
.AnyTagClassName
{
color: #BB1DC8;
}
</style>
background-color css
<style>
a { background-color: #BB1DC8; }
a { background-color: rgb(187,29,200); }
div.DivClassName
{
background-color: #BB1DC8;
}
.BgClassName
{
background-color: #BB1DC8;
}
</style>
border-color css
<style>
span { border-color: #BB1DC8; }
span { border-color: rgb(187,29,200); }
td.TdClassName
{
border-color: #BB1DC8;
}
.TagClassName
{
border-color: #BB1DC8;
}
</style>