Shades of Deep Magenta #B000CD
Tints of Deep Magenta #B000CD
RGB
CMYK
RGB Variations
Color information
#B000CD (or 0xB000CD) is known color: Deep Magenta. HEX triplet: B0, 00 and CD. RGB value is (176,0,205). Sum of RGB (Red+Green+Blue) = 176+0+205=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #B000CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000CD is #4FFF32. Grayscale: #4B4B4B. Windows color (decimal): -5242675 or 13435056. OLE color: 13435056.
HSL color Cylindrical-coordinate representation of color #B000CD: hue angle of 291.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000CD is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 0 | 205 | - |
| CMYK | 0.14 | 1 | 0 | 0.20 |
| HSL | 291.51º | 1% | 0.4% | - |
| HSV(B) | 291.51º | 1% | 0.8% | - |
| XYZ | 28.92 | 13.64 | 58.87 | - |
| YUV | 75.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 205 | 0.14 | 1 | 0 | 0.20 | 291.51 | 1 | 0.4 |
| Hex | B0 | 0 | CD | E | 64 | 0 | 14 | 124 | 64 | 28 |
| Octal | 260 | 0 | 315 | 16 | 144 | 0 | 24 | 444 | 144 | 50 |
| Binary | 10110000 | 0 | 11001101 | 1110 | 1100100 | 0 | 10100 | 100100100 | 1100100 | 101000 |
Color Harmonies of #B000CD
Complementary color
Monochromatic Colors of #B000CD
Black with #B000CD
Text Example
Text Example
White with #B000CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000CD; }
p { color: rgb(176,0,205); }
H1.HeaderClassName
{
color: #B000CD;
}
.AnyTagClassName
{
color: #B000CD;
}
</style>
background-color css
<style>
a { background-color: #B000CD; }
a { background-color: rgb(176,0,205); }
div.DivClassName
{
background-color: #B000CD;
}
.BgClassName
{
background-color: #B000CD;
}
</style>
border-color css
<style>
span { border-color: #B000CD; }
span { border-color: rgb(176,0,205); }
td.TdClassName
{
border-color: #B000CD;
}
.TagClassName
{
border-color: #B000CD;
}
</style>