Shades of Deep Magenta #B813CD
Tints of Deep Magenta #B813CD
RGB
CMYK
RGB Variations
Color information
#B813CD (or 0xB813CD) is known color: Deep Magenta. HEX triplet: B8, 13 and CD. RGB value is (184,19,205). Sum of RGB (Red+Green+Blue) = 184+19+205=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #B813CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813CD is #47EC32. Grayscale: #585858. Windows color (decimal): -4713523 or 13439928. OLE color: 13439928.
HSL color Cylindrical-coordinate representation of color #B813CD: hue angle of 293.23º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B813CD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 19 | 205 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.20 |
| HSL | 293.23º | 0.83% | 0.44% | - |
| HSV(B) | 293.23º | 0.91% | 0.8% | - |
| XYZ | 31.02 | 15.06 | 59.03 | - |
| YUV | 89.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 205 | 0.10 | 0.91 | 0 | 0.20 | 293.23 | 0.83 | 0.44 |
| Hex | B8 | 13 | CD | A | 5B | 0 | 14 | 125 | 53 | 2C |
| Octal | 270 | 23 | 315 | 12 | 133 | 0 | 24 | 445 | 123 | 54 |
| Binary | 10111000 | 10011 | 11001101 | 1010 | 1011011 | 0 | 10100 | 100100101 | 1010011 | 101100 |
Color Harmonies of #B813CD
Complementary color
Monochromatic Colors of #B813CD
Black with #B813CD
Text Example
Text Example
White with #B813CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813CD; }
p { color: rgb(184,19,205); }
H1.HeaderClassName
{
color: #B813CD;
}
.AnyTagClassName
{
color: #B813CD;
}
</style>
background-color css
<style>
a { background-color: #B813CD; }
a { background-color: rgb(184,19,205); }
div.DivClassName
{
background-color: #B813CD;
}
.BgClassName
{
background-color: #B813CD;
}
</style>
border-color css
<style>
span { border-color: #B813CD; }
span { border-color: rgb(184,19,205); }
td.TdClassName
{
border-color: #B813CD;
}
.TagClassName
{
border-color: #B813CD;
}
</style>