Shades of Deep Magenta #B905B1
Tints of Deep Magenta #B905B1
RGB
CMYK
RGB Variations
Color information
#B905B1 (or 0xB905B1) is known color: Deep Magenta. HEX triplet: B9, 05 and B1. RGB value is (185,5,177). Sum of RGB (Red+Green+Blue) = 185+5+177=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B905B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B905B1 is #46FA4E. Grayscale: #4D4D4D. Windows color (decimal): -4651599 or 11601337. OLE color: 11601337.
HSL color Cylindrical-coordinate representation of color #B905B1: hue angle of 302.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B905B1 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 177 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.27 |
| HSL | 302.67º | 0.95% | 0.37% | - |
| HSV(B) | 302.67º | 0.97% | 0.73% | - |
| XYZ | 28 | 13.6 | 42.74 | - |
| YUV | 78.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 177 | 0 | 0.97 | 0.04 | 0.27 | 302.67 | 0.95 | 0.37 |
| Hex | B9 | 5 | B1 | 0 | 61 | 4 | 1B | 12F | 5F | 25 |
| Octal | 271 | 5 | 261 | 0 | 141 | 4 | 33 | 457 | 137 | 45 |
| Binary | 10111001 | 101 | 10110001 | 0 | 1100001 | 100 | 11011 | 100101111 | 1011111 | 100101 |
Color Harmonies of #B905B1
Complementary color
Monochromatic Colors of #B905B1
Black with #B905B1
Text Example
Text Example
White with #B905B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905B1; }
p { color: rgb(185,5,177); }
H1.HeaderClassName
{
color: #B905B1;
}
.AnyTagClassName
{
color: #B905B1;
}
</style>
background-color css
<style>
a { background-color: #B905B1; }
a { background-color: rgb(185,5,177); }
div.DivClassName
{
background-color: #B905B1;
}
.BgClassName
{
background-color: #B905B1;
}
</style>
border-color css
<style>
span { border-color: #B905B1; }
span { border-color: rgb(185,5,177); }
td.TdClassName
{
border-color: #B905B1;
}
.TagClassName
{
border-color: #B905B1;
}
</style>