Shades of Deep Magenta #BB0EDC
Tints of Deep Magenta #BB0EDC
RGB
CMYK
RGB Variations
Color information
#BB0EDC (or 0xBB0EDC) is known color: Deep Magenta. HEX triplet: BB, 0E and DC. RGB value is (187,14,220). Sum of RGB (Red+Green+Blue) = 187+14+220=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EDC is #44F123. Grayscale: #585858. Windows color (decimal): -4518180 or 14421691. OLE color: 14421691.
HSL color Cylindrical-coordinate representation of color #BB0EDC: hue angle of 290.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EDC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 14 | 220 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.14 |
| HSL | 290.39º | 0.88% | 0.46% | - |
| HSV(B) | 290.39º | 0.94% | 0.86% | - |
| XYZ | 33.57 | 16.05 | 69.04 | - |
| YUV | 89.21 | 201.81 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 220 | 0.15 | 0.94 | 0 | 0.14 | 290.39 | 0.88 | 0.46 |
| Hex | BB | E | DC | F | 5E | 0 | E | 122 | 58 | 2E |
| Octal | 273 | 16 | 334 | 17 | 136 | 0 | 16 | 442 | 130 | 56 |
| Binary | 10111011 | 1110 | 11011100 | 1111 | 1011110 | 0 | 1110 | 100100010 | 1011000 | 101110 |
Color Harmonies of #BB0EDC
Complementary color
Monochromatic Colors of #BB0EDC
Black with #BB0EDC
Text Example
Text Example
White with #BB0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EDC; }
p { color: rgb(187,14,220); }
H1.HeaderClassName
{
color: #BB0EDC;
}
.AnyTagClassName
{
color: #BB0EDC;
}
</style>
background-color css
<style>
a { background-color: #BB0EDC; }
a { background-color: rgb(187,14,220); }
div.DivClassName
{
background-color: #BB0EDC;
}
.BgClassName
{
background-color: #BB0EDC;
}
</style>
border-color css
<style>
span { border-color: #BB0EDC; }
span { border-color: rgb(187,14,220); }
td.TdClassName
{
border-color: #BB0EDC;
}
.TagClassName
{
border-color: #BB0EDC;
}
</style>