Shades of Deep Magenta #B715CD
Tints of Deep Magenta #B715CD
RGB
CMYK
RGB Variations
Color information
#B715CD (or 0xB715CD) is known color: Deep Magenta. HEX triplet: B7, 15 and CD. RGB value is (183,21,205). Sum of RGB (Red+Green+Blue) = 183+21+205=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #B715CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715CD is #48EA32. Grayscale: #595959. Windows color (decimal): -4778547 or 13440439. OLE color: 13440439.
HSL color Cylindrical-coordinate representation of color #B715CD: hue angle of 292.83º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B715CD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 21 | 205 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.20 |
| HSL | 292.83º | 0.81% | 0.44% | - |
| HSV(B) | 292.83º | 0.9% | 0.8% | - |
| XYZ | 30.82 | 15.01 | 59.03 | - |
| YUV | 90.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 205 | 0.11 | 0.90 | 0 | 0.20 | 292.83 | 0.81 | 0.44 |
| Hex | B7 | 15 | CD | B | 5A | 0 | 14 | 125 | 51 | 2C |
| Octal | 267 | 25 | 315 | 13 | 132 | 0 | 24 | 445 | 121 | 54 |
| Binary | 10110111 | 10101 | 11001101 | 1011 | 1011010 | 0 | 10100 | 100100101 | 1010001 | 101100 |
Color Harmonies of #B715CD
Complementary color
Monochromatic Colors of #B715CD
Black with #B715CD
Text Example
Text Example
White with #B715CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715CD; }
p { color: rgb(183,21,205); }
H1.HeaderClassName
{
color: #B715CD;
}
.AnyTagClassName
{
color: #B715CD;
}
</style>
background-color css
<style>
a { background-color: #B715CD; }
a { background-color: rgb(183,21,205); }
div.DivClassName
{
background-color: #B715CD;
}
.BgClassName
{
background-color: #B715CD;
}
</style>
border-color css
<style>
span { border-color: #B715CD; }
span { border-color: rgb(183,21,205); }
td.TdClassName
{
border-color: #B715CD;
}
.TagClassName
{
border-color: #B715CD;
}
</style>