Shades of Deep Magenta #B718BD
Tints of Deep Magenta #B718BD
RGB
CMYK
RGB Variations
Color information
#B718BD (or 0xB718BD) is known color: Deep Magenta. HEX triplet: B7, 18 and BD. RGB value is (183,24,189). Sum of RGB (Red+Green+Blue) = 183+24+189=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #B718BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718BD is #48E742. Grayscale: #595959. Windows color (decimal): -4777795 or 12392631. OLE color: 12392631.
HSL color Cylindrical-coordinate representation of color #B718BD: hue angle of 297.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B718BD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 24 | 189 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.26 |
| HSL | 297.82º | 0.77% | 0.42% | - |
| HSV(B) | 297.82º | 0.87% | 0.74% | - |
| XYZ | 29.04 | 14.39 | 49.39 | - |
| YUV | 90.35 | 183.68 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 189 | 0.03 | 0.87 | 0 | 0.26 | 297.82 | 0.77 | 0.42 |
| Hex | B7 | 18 | BD | 3 | 57 | 0 | 1A | 12A | 4D | 2A |
| Octal | 267 | 30 | 275 | 3 | 127 | 0 | 32 | 452 | 115 | 52 |
| Binary | 10110111 | 11000 | 10111101 | 11 | 1010111 | 0 | 11010 | 100101010 | 1001101 | 101010 |
Color Harmonies of #B718BD
Complementary color
Monochromatic Colors of #B718BD
Black with #B718BD
Text Example
Text Example
White with #B718BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718BD; }
p { color: rgb(183,24,189); }
H1.HeaderClassName
{
color: #B718BD;
}
.AnyTagClassName
{
color: #B718BD;
}
</style>
background-color css
<style>
a { background-color: #B718BD; }
a { background-color: rgb(183,24,189); }
div.DivClassName
{
background-color: #B718BD;
}
.BgClassName
{
background-color: #B718BD;
}
</style>
border-color css
<style>
span { border-color: #B718BD; }
span { border-color: rgb(183,24,189); }
td.TdClassName
{
border-color: #B718BD;
}
.TagClassName
{
border-color: #B718BD;
}
</style>