Shades of Deep Magenta #B901B0
Tints of Deep Magenta #B901B0
RGB
CMYK
RGB Variations
Color information
#B901B0 (or 0xB901B0) is known color: Deep Magenta. HEX triplet: B9, 01 and B0. RGB value is (185,1,176). Sum of RGB (Red+Green+Blue) = 185+1+176=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B901B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B901B0 is #46FE4F. Grayscale: #4B4B4B. Windows color (decimal): -4652624 or 11534777. OLE color: 11534777.
HSL color Cylindrical-coordinate representation of color #B901B0: hue angle of 302.93º 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 #B901B0 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 176 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.27 |
| HSL | 302.93º | 0.99% | 0.36% | - |
| HSV(B) | 302.93º | 0.99% | 0.73% | - |
| XYZ | 27.85 | 13.47 | 42.21 | - |
| YUV | 75.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 176 | 0 | 0.99 | 0.05 | 0.27 | 302.93 | 0.99 | 0.36 |
| Hex | B9 | 1 | B0 | 0 | 63 | 5 | 1B | 12F | 63 | 24 |
| Octal | 271 | 1 | 260 | 0 | 143 | 5 | 33 | 457 | 143 | 44 |
| Binary | 10111001 | 1 | 10110000 | 0 | 1100011 | 101 | 11011 | 100101111 | 1100011 | 100100 |
Color Harmonies of #B901B0
Complementary color
Monochromatic Colors of #B901B0
Black with #B901B0
Text Example
Text Example
White with #B901B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901B0; }
p { color: rgb(185,1,176); }
H1.HeaderClassName
{
color: #B901B0;
}
.AnyTagClassName
{
color: #B901B0;
}
</style>
background-color css
<style>
a { background-color: #B901B0; }
a { background-color: rgb(185,1,176); }
div.DivClassName
{
background-color: #B901B0;
}
.BgClassName
{
background-color: #B901B0;
}
</style>
border-color css
<style>
span { border-color: #B901B0; }
span { border-color: rgb(185,1,176); }
td.TdClassName
{
border-color: #B901B0;
}
.TagClassName
{
border-color: #B901B0;
}
</style>