Shades of Deep Magenta #B905B3
Tints of Deep Magenta #B905B3
RGB
CMYK
RGB Variations
Color information
#B905B3 (or 0xB905B3) is known color: Deep Magenta. HEX triplet: B9, 05 and B3. RGB value is (185,5,179). Sum of RGB (Red+Green+Blue) = 185+5+179=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B905B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B905B3 is #46FA4C. Grayscale: #4E4E4E. Windows color (decimal): -4651597 or 11732409. OLE color: 11732409.
HSL color Cylindrical-coordinate representation of color #B905B3: hue angle of 302º 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 #B905B3 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 179 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.27 |
| HSL | 302º | 0.95% | 0.37% | - |
| HSV(B) | 302º | 0.97% | 0.73% | - |
| XYZ | 28.2 | 13.68 | 43.8 | - |
| YUV | 78.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 179 | 0 | 0.97 | 0.03 | 0.27 | 302 | 0.95 | 0.37 |
| Hex | B9 | 5 | B3 | 0 | 61 | 3 | 1B | 12E | 5F | 25 |
| Octal | 271 | 5 | 263 | 0 | 141 | 3 | 33 | 456 | 137 | 45 |
| Binary | 10111001 | 101 | 10110011 | 0 | 1100001 | 11 | 11011 | 100101110 | 1011111 | 100101 |
Color Harmonies of #B905B3
Complementary color
Monochromatic Colors of #B905B3
Black with #B905B3
Text Example
Text Example
White with #B905B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905B3; }
p { color: rgb(185,5,179); }
H1.HeaderClassName
{
color: #B905B3;
}
.AnyTagClassName
{
color: #B905B3;
}
</style>
background-color css
<style>
a { background-color: #B905B3; }
a { background-color: rgb(185,5,179); }
div.DivClassName
{
background-color: #B905B3;
}
.BgClassName
{
background-color: #B905B3;
}
</style>
border-color css
<style>
span { border-color: #B905B3; }
span { border-color: rgb(185,5,179); }
td.TdClassName
{
border-color: #B905B3;
}
.TagClassName
{
border-color: #B905B3;
}
</style>