Shades of Deep Magenta #B715DB
Tints of Deep Magenta #B715DB
RGB
CMYK
RGB Variations
Color information
#B715DB (or 0xB715DB) is known color: Deep Magenta. HEX triplet: B7, 15 and DB. RGB value is (183,21,219). Sum of RGB (Red+Green+Blue) = 183+21+219=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B715DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715DB is #48EA24. Grayscale: #5B5B5B. Windows color (decimal): -4778533 or 14357943. OLE color: 14357943.
HSL color Cylindrical-coordinate representation of color #B715DB: hue angle of 289.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B715DB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 21 | 219 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.14 |
| HSL | 289.09º | 0.83% | 0.47% | - |
| HSV(B) | 289.09º | 0.9% | 0.86% | - |
| XYZ | 32.58 | 15.72 | 68.33 | - |
| YUV | 92.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 219 | 0.16 | 0.90 | 0 | 0.14 | 289.09 | 0.83 | 0.47 |
| Hex | B7 | 15 | DB | 10 | 5A | 0 | E | 121 | 52 | 2F |
| Octal | 267 | 25 | 333 | 20 | 132 | 0 | 16 | 441 | 122 | 57 |
| Binary | 10110111 | 10101 | 11011011 | 10000 | 1011010 | 0 | 1110 | 100100001 | 1010010 | 101111 |
Color Harmonies of #B715DB
Complementary color
Monochromatic Colors of #B715DB
Black with #B715DB
Text Example
Text Example
White with #B715DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715DB; }
p { color: rgb(183,21,219); }
H1.HeaderClassName
{
color: #B715DB;
}
.AnyTagClassName
{
color: #B715DB;
}
</style>
background-color css
<style>
a { background-color: #B715DB; }
a { background-color: rgb(183,21,219); }
div.DivClassName
{
background-color: #B715DB;
}
.BgClassName
{
background-color: #B715DB;
}
</style>
border-color css
<style>
span { border-color: #B715DB; }
span { border-color: rgb(183,21,219); }
td.TdClassName
{
border-color: #B715DB;
}
.TagClassName
{
border-color: #B715DB;
}
</style>