Shades of Deep Magenta #BB1CDC
Tints of Deep Magenta #BB1CDC
RGB
CMYK
RGB Variations
Color information
#BB1CDC (or 0xBB1CDC) is known color: Deep Magenta. HEX triplet: BB, 1C and DC. RGB value is (187,28,220). Sum of RGB (Red+Green+Blue) = 187+28+220=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CDC is #44E323. Grayscale: #606060. Windows color (decimal): -4514596 or 14425275. OLE color: 14425275.
HSL color Cylindrical-coordinate representation of color #BB1CDC: hue angle of 289.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1CDC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 28 | 220 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.14 |
| HSL | 289.69º | 0.77% | 0.49% | - |
| HSV(B) | 289.69º | 0.87% | 0.86% | - |
| XYZ | 33.83 | 16.56 | 69.12 | - |
| YUV | 97.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 220 | 0.15 | 0.87 | 0 | 0.14 | 289.69 | 0.77 | 0.49 |
| Hex | BB | 1C | DC | F | 57 | 0 | E | 122 | 4D | 31 |
| Octal | 273 | 34 | 334 | 17 | 127 | 0 | 16 | 442 | 115 | 61 |
| Binary | 10111011 | 11100 | 11011100 | 1111 | 1010111 | 0 | 1110 | 100100010 | 1001101 | 110001 |
Color Harmonies of #BB1CDC
Complementary color
Monochromatic Colors of #BB1CDC
Black with #BB1CDC
Text Example
Text Example
White with #BB1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CDC; }
p { color: rgb(187,28,220); }
H1.HeaderClassName
{
color: #BB1CDC;
}
.AnyTagClassName
{
color: #BB1CDC;
}
</style>
background-color css
<style>
a { background-color: #BB1CDC; }
a { background-color: rgb(187,28,220); }
div.DivClassName
{
background-color: #BB1CDC;
}
.BgClassName
{
background-color: #BB1CDC;
}
</style>
border-color css
<style>
span { border-color: #BB1CDC; }
span { border-color: rgb(187,28,220); }
td.TdClassName
{
border-color: #BB1CDC;
}
.TagClassName
{
border-color: #BB1CDC;
}
</style>