Shades of Deep Magenta #B601B0
Tints of Deep Magenta #B601B0
RGB
CMYK
RGB Variations
Color information
#B601B0 (or 0xB601B0) is known color: Deep Magenta. HEX triplet: B6, 01 and B0. RGB value is (182,1,176). Sum of RGB (Red+Green+Blue) = 182+1+176=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B601B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601B0 is #49FE4F. Grayscale: #4A4A4A. Windows color (decimal): -4849232 or 11534774. OLE color: 11534774.
HSL color Cylindrical-coordinate representation of color #B601B0: hue angle of 301.99º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B601B0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 176 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.29 |
| HSL | 301.99º | 0.99% | 0.36% | - |
| HSV(B) | 301.99º | 0.99% | 0.71% | - |
| XYZ | 27.14 | 13.1 | 42.17 | - |
| YUV | 75.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 176 | 0 | 0.99 | 0.03 | 0.29 | 301.99 | 0.99 | 0.36 |
| Hex | B6 | 1 | B0 | 0 | 63 | 3 | 1D | 12E | 63 | 24 |
| Octal | 266 | 1 | 260 | 0 | 143 | 3 | 35 | 456 | 143 | 44 |
| Binary | 10110110 | 1 | 10110000 | 0 | 1100011 | 11 | 11101 | 100101110 | 1100011 | 100100 |
Color Harmonies of #B601B0
Complementary color
Monochromatic Colors of #B601B0
Black with #B601B0
Text Example
Text Example
White with #B601B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601B0; }
p { color: rgb(182,1,176); }
H1.HeaderClassName
{
color: #B601B0;
}
.AnyTagClassName
{
color: #B601B0;
}
</style>
background-color css
<style>
a { background-color: #B601B0; }
a { background-color: rgb(182,1,176); }
div.DivClassName
{
background-color: #B601B0;
}
.BgClassName
{
background-color: #B601B0;
}
</style>
border-color css
<style>
span { border-color: #B601B0; }
span { border-color: rgb(182,1,176); }
td.TdClassName
{
border-color: #B601B0;
}
.TagClassName
{
border-color: #B601B0;
}
</style>