Shades of Deep Magenta #B505B0
Tints of Deep Magenta #B505B0
RGB
CMYK
RGB Variations
Color information
#B505B0 (or 0xB505B0) is known color: Deep Magenta. HEX triplet: B5, 05 and B0. RGB value is (181,5,176). Sum of RGB (Red+Green+Blue) = 181+5+176=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B505B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B505B0 is #4AFA4F. Grayscale: #4C4C4C. Windows color (decimal): -4913744 or 11535797. OLE color: 11535797.
HSL color Cylindrical-coordinate representation of color #B505B0: hue angle of 301.7º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B505B0 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 176 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.29 |
| HSL | 301.7º | 0.95% | 0.36% | - |
| HSV(B) | 301.7º | 0.97% | 0.71% | - |
| XYZ | 26.95 | 13.07 | 42.18 | - |
| YUV | 77.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 176 | 0 | 0.97 | 0.03 | 0.29 | 301.7 | 0.95 | 0.36 |
| Hex | B5 | 5 | B0 | 0 | 61 | 3 | 1D | 12E | 5F | 24 |
| Octal | 265 | 5 | 260 | 0 | 141 | 3 | 35 | 456 | 137 | 44 |
| Binary | 10110101 | 101 | 10110000 | 0 | 1100001 | 11 | 11101 | 100101110 | 1011111 | 100100 |
Color Harmonies of #B505B0
Complementary color
Monochromatic Colors of #B505B0
Black with #B505B0
Text Example
Text Example
White with #B505B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505B0; }
p { color: rgb(181,5,176); }
H1.HeaderClassName
{
color: #B505B0;
}
.AnyTagClassName
{
color: #B505B0;
}
</style>
background-color css
<style>
a { background-color: #B505B0; }
a { background-color: rgb(181,5,176); }
div.DivClassName
{
background-color: #B505B0;
}
.BgClassName
{
background-color: #B505B0;
}
</style>
border-color css
<style>
span { border-color: #B505B0; }
span { border-color: rgb(181,5,176); }
td.TdClassName
{
border-color: #B505B0;
}
.TagClassName
{
border-color: #B505B0;
}
</style>