Shades of Deep Magenta #B718B4
Tints of Deep Magenta #B718B4
RGB
CMYK
RGB Variations
Color information
#B718B4 (or 0xB718B4) is known color: Deep Magenta. HEX triplet: B7, 18 and B4. RGB value is (183,24,180). Sum of RGB (Red+Green+Blue) = 183+24+180=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B718B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718B4 is #48E74B. Grayscale: #585858. Windows color (decimal): -4777804 or 11802807. OLE color: 11802807.
HSL color Cylindrical-coordinate representation of color #B718B4: hue angle of 301.13º 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 #B718B4 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 180 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.28 |
| HSL | 301.13º | 0.77% | 0.41% | - |
| HSV(B) | 301.13º | 0.87% | 0.72% | - |
| XYZ | 28.09 | 14.02 | 44.4 | - |
| YUV | 89.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 180 | 0 | 0.87 | 0.02 | 0.28 | 301.13 | 0.77 | 0.41 |
| Hex | B7 | 18 | B4 | 0 | 57 | 2 | 1C | 12D | 4D | 29 |
| Octal | 267 | 30 | 264 | 0 | 127 | 2 | 34 | 455 | 115 | 51 |
| Binary | 10110111 | 11000 | 10110100 | 0 | 1010111 | 10 | 11100 | 100101101 | 1001101 | 101001 |
Color Harmonies of #B718B4
Complementary color
Monochromatic Colors of #B718B4
Black with #B718B4
Text Example
Text Example
White with #B718B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718B4; }
p { color: rgb(183,24,180); }
H1.HeaderClassName
{
color: #B718B4;
}
.AnyTagClassName
{
color: #B718B4;
}
</style>
background-color css
<style>
a { background-color: #B718B4; }
a { background-color: rgb(183,24,180); }
div.DivClassName
{
background-color: #B718B4;
}
.BgClassName
{
background-color: #B718B4;
}
</style>
border-color css
<style>
span { border-color: #B718B4; }
span { border-color: rgb(183,24,180); }
td.TdClassName
{
border-color: #B718B4;
}
.TagClassName
{
border-color: #B718B4;
}
</style>