Shades of Deep Magenta #B901B1
Tints of Deep Magenta #B901B1
RGB
CMYK
RGB Variations
Color information
#B901B1 (or 0xB901B1) is known color: Deep Magenta. HEX triplet: B9, 01 and B1. RGB value is (185,1,177). Sum of RGB (Red+Green+Blue) = 185+1+177=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B901B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B901B1 is #46FE4E. Grayscale: #4B4B4B. Windows color (decimal): -4652623 or 11600313. OLE color: 11600313.
HSL color Cylindrical-coordinate representation of color #B901B1: hue angle of 302.61º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B901B1 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 177 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.27 |
| HSL | 302.61º | 0.99% | 0.36% | - |
| HSV(B) | 302.61º | 0.99% | 0.73% | - |
| XYZ | 27.95 | 13.51 | 42.73 | - |
| YUV | 76.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 177 | 0 | 0.99 | 0.04 | 0.27 | 302.61 | 0.99 | 0.36 |
| Hex | B9 | 1 | B1 | 0 | 63 | 4 | 1B | 12F | 63 | 24 |
| Octal | 271 | 1 | 261 | 0 | 143 | 4 | 33 | 457 | 143 | 44 |
| Binary | 10111001 | 1 | 10110001 | 0 | 1100011 | 100 | 11011 | 100101111 | 1100011 | 100100 |
Color Harmonies of #B901B1
Complementary color
Monochromatic Colors of #B901B1
Black with #B901B1
Text Example
Text Example
White with #B901B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901B1; }
p { color: rgb(185,1,177); }
H1.HeaderClassName
{
color: #B901B1;
}
.AnyTagClassName
{
color: #B901B1;
}
</style>
background-color css
<style>
a { background-color: #B901B1; }
a { background-color: rgb(185,1,177); }
div.DivClassName
{
background-color: #B901B1;
}
.BgClassName
{
background-color: #B901B1;
}
</style>
border-color css
<style>
span { border-color: #B901B1; }
span { border-color: rgb(185,1,177); }
td.TdClassName
{
border-color: #B901B1;
}
.TagClassName
{
border-color: #B901B1;
}
</style>