Shades of Deep Magenta #B921CD
Tints of Deep Magenta #B921CD
RGB
CMYK
RGB Variations
Color information
#B921CD (or 0xB921CD) is known color: Deep Magenta. HEX triplet: B9, 21 and CD. RGB value is (185,33,205). Sum of RGB (Red+Green+Blue) = 185+33+205=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #B921CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921CD is #46DE32. Grayscale: #616161. Windows color (decimal): -4644403 or 13443513. OLE color: 13443513.
HSL color Cylindrical-coordinate representation of color #B921CD: hue angle of 293.02º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B921CD is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 33 | 205 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.20 |
| HSL | 293.02º | 0.72% | 0.47% | - |
| HSV(B) | 293.02º | 0.84% | 0.8% | - |
| XYZ | 31.57 | 15.81 | 59.15 | - |
| YUV | 98.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 205 | 0.10 | 0.84 | 0 | 0.20 | 293.02 | 0.72 | 0.47 |
| Hex | B9 | 21 | CD | A | 54 | 0 | 14 | 125 | 48 | 2F |
| Octal | 271 | 41 | 315 | 12 | 124 | 0 | 24 | 445 | 110 | 57 |
| Binary | 10111001 | 100001 | 11001101 | 1010 | 1010100 | 0 | 10100 | 100100101 | 1001000 | 101111 |
Color Harmonies of #B921CD
Complementary color
Monochromatic Colors of #B921CD
Black with #B921CD
Text Example
Text Example
White with #B921CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921CD; }
p { color: rgb(185,33,205); }
H1.HeaderClassName
{
color: #B921CD;
}
.AnyTagClassName
{
color: #B921CD;
}
</style>
background-color css
<style>
a { background-color: #B921CD; }
a { background-color: rgb(185,33,205); }
div.DivClassName
{
background-color: #B921CD;
}
.BgClassName
{
background-color: #B921CD;
}
</style>
border-color css
<style>
span { border-color: #B921CD; }
span { border-color: rgb(185,33,205); }
td.TdClassName
{
border-color: #B921CD;
}
.TagClassName
{
border-color: #B921CD;
}
</style>