Shades of Deep Magenta #B718B0
Tints of Deep Magenta #B718B0
RGB
CMYK
RGB Variations
Color information
#B718B0 (or 0xB718B0) is known color: Deep Magenta. HEX triplet: B7, 18 and B0. RGB value is (183,24,176). Sum of RGB (Red+Green+Blue) = 183+24+176=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B718B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B718B0 is #48E74F. Grayscale: #585858. Windows color (decimal): -4777808 or 11540663. OLE color: 11540663.
HSL color Cylindrical-coordinate representation of color #B718B0: hue angle of 302.64º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B718B0 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 176 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.28 |
| HSL | 302.64º | 0.77% | 0.41% | - |
| HSV(B) | 302.64º | 0.87% | 0.72% | - |
| XYZ | 27.69 | 13.86 | 42.29 | - |
| YUV | 88.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 176 | 0 | 0.87 | 0.04 | 0.28 | 302.64 | 0.77 | 0.41 |
| Hex | B7 | 18 | B0 | 0 | 57 | 4 | 1C | 12F | 4D | 29 |
| Octal | 267 | 30 | 260 | 0 | 127 | 4 | 34 | 457 | 115 | 51 |
| Binary | 10110111 | 11000 | 10110000 | 0 | 1010111 | 100 | 11100 | 100101111 | 1001101 | 101001 |
Color Harmonies of #B718B0
Complementary color
Monochromatic Colors of #B718B0
Black with #B718B0
Text Example
Text Example
White with #B718B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718B0; }
p { color: rgb(183,24,176); }
H1.HeaderClassName
{
color: #B718B0;
}
.AnyTagClassName
{
color: #B718B0;
}
</style>
background-color css
<style>
a { background-color: #B718B0; }
a { background-color: rgb(183,24,176); }
div.DivClassName
{
background-color: #B718B0;
}
.BgClassName
{
background-color: #B718B0;
}
</style>
border-color css
<style>
span { border-color: #B718B0; }
span { border-color: rgb(183,24,176); }
td.TdClassName
{
border-color: #B718B0;
}
.TagClassName
{
border-color: #B718B0;
}
</style>