Shades of Deep Magenta #BB0DC2
Tints of Deep Magenta #BB0DC2
RGB
CMYK
RGB Variations
Color information
#BB0DC2 (or 0xBB0DC2) is known color: Deep Magenta. HEX triplet: BB, 0D and C2. RGB value is (187,13,194). Sum of RGB (Red+Green+Blue) = 187+13+194=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB0DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DC2 is #44F23D. Grayscale: #555555. Windows color (decimal): -4518462 or 12717499. OLE color: 12717499.
HSL color Cylindrical-coordinate representation of color #BB0DC2: hue angle of 297.68º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DC2 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 13 | 194 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.24 |
| HSL | 297.68º | 0.87% | 0.41% | - |
| HSV(B) | 297.68º | 0.93% | 0.76% | - |
| XYZ | 30.38 | 14.75 | 52.28 | - |
| YUV | 85.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 194 | 0.04 | 0.93 | 0 | 0.24 | 297.68 | 0.87 | 0.41 |
| Hex | BB | D | C2 | 4 | 5D | 0 | 18 | 12A | 57 | 29 |
| Octal | 273 | 15 | 302 | 4 | 135 | 0 | 30 | 452 | 127 | 51 |
| Binary | 10111011 | 1101 | 11000010 | 100 | 1011101 | 0 | 11000 | 100101010 | 1010111 | 101001 |
Color Harmonies of #BB0DC2
Complementary color
Monochromatic Colors of #BB0DC2
Black with #BB0DC2
Text Example
Text Example
White with #BB0DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DC2; }
p { color: rgb(187,13,194); }
H1.HeaderClassName
{
color: #BB0DC2;
}
.AnyTagClassName
{
color: #BB0DC2;
}
</style>
background-color css
<style>
a { background-color: #BB0DC2; }
a { background-color: rgb(187,13,194); }
div.DivClassName
{
background-color: #BB0DC2;
}
.BgClassName
{
background-color: #BB0DC2;
}
</style>
border-color css
<style>
span { border-color: #BB0DC2; }
span { border-color: rgb(187,13,194); }
td.TdClassName
{
border-color: #BB0DC2;
}
.TagClassName
{
border-color: #BB0DC2;
}
</style>