Shades of Deep Magenta #B905B0
Tints of Deep Magenta #B905B0
RGB
CMYK
RGB Variations
Color information
#B905B0 (or 0xB905B0) is known color: Deep Magenta. HEX triplet: B9, 05 and B0. RGB value is (185,5,176). Sum of RGB (Red+Green+Blue) = 185+5+176=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B905B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B905B0 is #46FA4F. Grayscale: #4D4D4D. Windows color (decimal): -4651600 or 11535801. OLE color: 11535801.
HSL color Cylindrical-coordinate representation of color #B905B0: hue angle of 303º 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 #B905B0 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 176 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.27 |
| HSL | 303º | 0.95% | 0.37% | - |
| HSV(B) | 303º | 0.97% | 0.73% | - |
| XYZ | 27.9 | 13.56 | 42.22 | - |
| YUV | 78.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 176 | 0 | 0.97 | 0.05 | 0.27 | 303 | 0.95 | 0.37 |
| Hex | B9 | 5 | B0 | 0 | 61 | 5 | 1B | 12F | 5F | 25 |
| Octal | 271 | 5 | 260 | 0 | 141 | 5 | 33 | 457 | 137 | 45 |
| Binary | 10111001 | 101 | 10110000 | 0 | 1100001 | 101 | 11011 | 100101111 | 1011111 | 100101 |
Color Harmonies of #B905B0
Complementary color
Monochromatic Colors of #B905B0
Black with #B905B0
Text Example
Text Example
White with #B905B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905B0; }
p { color: rgb(185,5,176); }
H1.HeaderClassName
{
color: #B905B0;
}
.AnyTagClassName
{
color: #B905B0;
}
</style>
background-color css
<style>
a { background-color: #B905B0; }
a { background-color: rgb(185,5,176); }
div.DivClassName
{
background-color: #B905B0;
}
.BgClassName
{
background-color: #B905B0;
}
</style>
border-color css
<style>
span { border-color: #B905B0; }
span { border-color: rgb(185,5,176); }
td.TdClassName
{
border-color: #B905B0;
}
.TagClassName
{
border-color: #B905B0;
}
</style>