Shades of Deep Magenta #B717B3
Tints of Deep Magenta #B717B3
RGB
CMYK
RGB Variations
Color information
#B717B3 (or 0xB717B3) is known color: Deep Magenta. HEX triplet: B7, 17 and B3. RGB value is (183,23,179). Sum of RGB (Red+Green+Blue) = 183+23+179=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B717B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717B3 is #48E84C. Grayscale: #585858. Windows color (decimal): -4778061 or 11737015. OLE color: 11737015.
HSL color Cylindrical-coordinate representation of color #B717B3: hue angle of 301.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B717B3 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 179 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.28 |
| HSL | 301.5º | 0.78% | 0.4% | - |
| HSV(B) | 301.5º | 0.87% | 0.72% | - |
| XYZ | 27.97 | 13.93 | 43.86 | - |
| YUV | 88.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 179 | 0 | 0.87 | 0.02 | 0.28 | 301.5 | 0.78 | 0.4 |
| Hex | B7 | 17 | B3 | 0 | 57 | 2 | 1C | 12E | 4E | 28 |
| Octal | 267 | 27 | 263 | 0 | 127 | 2 | 34 | 456 | 116 | 50 |
| Binary | 10110111 | 10111 | 10110011 | 0 | 1010111 | 10 | 11100 | 100101110 | 1001110 | 101000 |
Color Harmonies of #B717B3
Complementary color
Monochromatic Colors of #B717B3
Black with #B717B3
Text Example
Text Example
White with #B717B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717B3; }
p { color: rgb(183,23,179); }
H1.HeaderClassName
{
color: #B717B3;
}
.AnyTagClassName
{
color: #B717B3;
}
</style>
background-color css
<style>
a { background-color: #B717B3; }
a { background-color: rgb(183,23,179); }
div.DivClassName
{
background-color: #B717B3;
}
.BgClassName
{
background-color: #B717B3;
}
</style>
border-color css
<style>
span { border-color: #B717B3; }
span { border-color: rgb(183,23,179); }
td.TdClassName
{
border-color: #B717B3;
}
.TagClassName
{
border-color: #B717B3;
}
</style>