Shades of Deep Magenta #B718DB
Tints of Deep Magenta #B718DB
RGB
CMYK
RGB Variations
Color information
#B718DB (or 0xB718DB) is known color: Deep Magenta. HEX triplet: B7, 18 and DB. RGB value is (183,24,219). Sum of RGB (Red+Green+Blue) = 183+24+219=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #B718DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718DB is #48E724. Grayscale: #5D5D5D. Windows color (decimal): -4777765 or 14358711. OLE color: 14358711.
HSL color Cylindrical-coordinate representation of color #B718DB: hue angle of 288.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B718DB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 24 | 219 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.14 |
| HSL | 288.92º | 0.8% | 0.48% | - |
| HSV(B) | 288.92º | 0.89% | 0.86% | - |
| XYZ | 32.64 | 15.84 | 68.35 | - |
| YUV | 93.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 219 | 0.16 | 0.89 | 0 | 0.14 | 288.92 | 0.8 | 0.48 |
| Hex | B7 | 18 | DB | 10 | 59 | 0 | E | 121 | 50 | 30 |
| Octal | 267 | 30 | 333 | 20 | 131 | 0 | 16 | 441 | 120 | 60 |
| Binary | 10110111 | 11000 | 11011011 | 10000 | 1011001 | 0 | 1110 | 100100001 | 1010000 | 110000 |
Color Harmonies of #B718DB
Complementary color
Monochromatic Colors of #B718DB
Black with #B718DB
Text Example
Text Example
White with #B718DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718DB; }
p { color: rgb(183,24,219); }
H1.HeaderClassName
{
color: #B718DB;
}
.AnyTagClassName
{
color: #B718DB;
}
</style>
background-color css
<style>
a { background-color: #B718DB; }
a { background-color: rgb(183,24,219); }
div.DivClassName
{
background-color: #B718DB;
}
.BgClassName
{
background-color: #B718DB;
}
</style>
border-color css
<style>
span { border-color: #B718DB; }
span { border-color: rgb(183,24,219); }
td.TdClassName
{
border-color: #B718DB;
}
.TagClassName
{
border-color: #B718DB;
}
</style>