Shades of Deep Magenta #B718BC
Tints of Deep Magenta #B718BC
RGB
CMYK
RGB Variations
Color information
#B718BC (or 0xB718BC) is known color: Deep Magenta. HEX triplet: B7, 18 and BC. RGB value is (183,24,188). Sum of RGB (Red+Green+Blue) = 183+24+188=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #B718BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718BC is #48E743. Grayscale: #595959. Windows color (decimal): -4777796 or 12327095. OLE color: 12327095.
HSL color Cylindrical-coordinate representation of color #B718BC: hue angle of 298.17º 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 #B718BC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 24 | 188 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.26 |
| HSL | 298.17º | 0.77% | 0.42% | - |
| HSV(B) | 298.17º | 0.87% | 0.74% | - |
| XYZ | 28.93 | 14.35 | 48.82 | - |
| YUV | 90.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 188 | 0.03 | 0.87 | 0 | 0.26 | 298.17 | 0.77 | 0.42 |
| Hex | B7 | 18 | BC | 3 | 57 | 0 | 1A | 12A | 4D | 2A |
| Octal | 267 | 30 | 274 | 3 | 127 | 0 | 32 | 452 | 115 | 52 |
| Binary | 10110111 | 11000 | 10111100 | 11 | 1010111 | 0 | 11010 | 100101010 | 1001101 | 101010 |
Color Harmonies of #B718BC
Complementary color
Monochromatic Colors of #B718BC
Black with #B718BC
Text Example
Text Example
White with #B718BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718BC; }
p { color: rgb(183,24,188); }
H1.HeaderClassName
{
color: #B718BC;
}
.AnyTagClassName
{
color: #B718BC;
}
</style>
background-color css
<style>
a { background-color: #B718BC; }
a { background-color: rgb(183,24,188); }
div.DivClassName
{
background-color: #B718BC;
}
.BgClassName
{
background-color: #B718BC;
}
</style>
border-color css
<style>
span { border-color: #B718BC; }
span { border-color: rgb(183,24,188); }
td.TdClassName
{
border-color: #B718BC;
}
.TagClassName
{
border-color: #B718BC;
}
</style>