Shades of Deep Magenta #B310B0
Tints of Deep Magenta #B310B0
RGB
CMYK
RGB Variations
Color information
#B310B0 (or 0xB310B0) is known color: Deep Magenta. HEX triplet: B3, 10 and B0. RGB value is (179,16,176). Sum of RGB (Red+Green+Blue) = 179+16+176=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B310B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B310B0 is #4CEF4F. Grayscale: #525252. Windows color (decimal): -5042000 or 11538611. OLE color: 11538611.
HSL color Cylindrical-coordinate representation of color #B310B0: hue angle of 301.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B310B0 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 176 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.30 |
| HSL | 301.1º | 0.84% | 0.38% | - |
| HSV(B) | 301.1º | 0.91% | 0.7% | - |
| XYZ | 26.61 | 13.09 | 42.2 | - |
| YUV | 82.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 176 | 0 | 0.91 | 0.02 | 0.30 | 301.1 | 0.84 | 0.38 |
| Hex | B3 | 10 | B0 | 0 | 5B | 2 | 1E | 12D | 54 | 26 |
| Octal | 263 | 20 | 260 | 0 | 133 | 2 | 36 | 455 | 124 | 46 |
| Binary | 10110011 | 10000 | 10110000 | 0 | 1011011 | 10 | 11110 | 100101101 | 1010100 | 100110 |
Color Harmonies of #B310B0
Complementary color
Monochromatic Colors of #B310B0
Black with #B310B0
Text Example
Text Example
White with #B310B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B310B0; }
p { color: rgb(179,16,176); }
H1.HeaderClassName
{
color: #B310B0;
}
.AnyTagClassName
{
color: #B310B0;
}
</style>
background-color css
<style>
a { background-color: #B310B0; }
a { background-color: rgb(179,16,176); }
div.DivClassName
{
background-color: #B310B0;
}
.BgClassName
{
background-color: #B310B0;
}
</style>
border-color css
<style>
span { border-color: #B310B0; }
span { border-color: rgb(179,16,176); }
td.TdClassName
{
border-color: #B310B0;
}
.TagClassName
{
border-color: #B310B0;
}
</style>