Shades of Deep Magenta #B710B3
Tints of Deep Magenta #B710B3
RGB
CMYK
RGB Variations
Color information
#B710B3 (or 0xB710B3) is known color: Deep Magenta. HEX triplet: B7, 10 and B3. RGB value is (183,16,179). Sum of RGB (Red+Green+Blue) = 183+16+179=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B710B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710B3 is #48EF4C. Grayscale: #545454. Windows color (decimal): -4779853 or 11735223. OLE color: 11735223.
HSL color Cylindrical-coordinate representation of color #B710B3: hue angle of 301.44º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B710B3 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 179 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.28 |
| HSL | 301.44º | 0.84% | 0.39% | - |
| HSV(B) | 301.44º | 0.91% | 0.72% | - |
| XYZ | 27.85 | 13.69 | 43.82 | - |
| YUV | 84.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 179 | 0 | 0.91 | 0.02 | 0.28 | 301.44 | 0.84 | 0.39 |
| Hex | B7 | 10 | B3 | 0 | 5B | 2 | 1C | 12D | 54 | 27 |
| Octal | 267 | 20 | 263 | 0 | 133 | 2 | 34 | 455 | 124 | 47 |
| Binary | 10110111 | 10000 | 10110011 | 0 | 1011011 | 10 | 11100 | 100101101 | 1010100 | 100111 |
Color Harmonies of #B710B3
Complementary color
Monochromatic Colors of #B710B3
Black with #B710B3
Text Example
Text Example
White with #B710B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710B3; }
p { color: rgb(183,16,179); }
H1.HeaderClassName
{
color: #B710B3;
}
.AnyTagClassName
{
color: #B710B3;
}
</style>
background-color css
<style>
a { background-color: #B710B3; }
a { background-color: rgb(183,16,179); }
div.DivClassName
{
background-color: #B710B3;
}
.BgClassName
{
background-color: #B710B3;
}
</style>
border-color css
<style>
span { border-color: #B710B3; }
span { border-color: rgb(183,16,179); }
td.TdClassName
{
border-color: #B710B3;
}
.TagClassName
{
border-color: #B710B3;
}
</style>