Shades of Deep Magenta #B505BA
Tints of Deep Magenta #B505BA
RGB
CMYK
RGB Variations
Color information
#B505BA (or 0xB505BA) is known color: Deep Magenta. HEX triplet: B5, 05 and BA. RGB value is (181,5,186). Sum of RGB (Red+Green+Blue) = 181+5+186=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #B505BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505BA is #4AFA45. Grayscale: #4D4D4D. Windows color (decimal): -4913734 or 12191157. OLE color: 12191157.
HSL color Cylindrical-coordinate representation of color #B505BA: hue angle of 298.34º 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 #B505BA is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 5 | 186 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.27 |
| HSL | 298.34º | 0.95% | 0.37% | - |
| HSV(B) | 298.34º | 0.97% | 0.73% | - |
| XYZ | 27.97 | 13.48 | 47.58 | - |
| YUV | 78.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 186 | 0.03 | 0.97 | 0 | 0.27 | 298.34 | 0.95 | 0.37 |
| Hex | B5 | 5 | BA | 3 | 61 | 0 | 1B | 12A | 5F | 25 |
| Octal | 265 | 5 | 272 | 3 | 141 | 0 | 33 | 452 | 137 | 45 |
| Binary | 10110101 | 101 | 10111010 | 11 | 1100001 | 0 | 11011 | 100101010 | 1011111 | 100101 |
Color Harmonies of #B505BA
Complementary color
Monochromatic Colors of #B505BA
Black with #B505BA
Text Example
Text Example
White with #B505BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505BA; }
p { color: rgb(181,5,186); }
H1.HeaderClassName
{
color: #B505BA;
}
.AnyTagClassName
{
color: #B505BA;
}
</style>
background-color css
<style>
a { background-color: #B505BA; }
a { background-color: rgb(181,5,186); }
div.DivClassName
{
background-color: #B505BA;
}
.BgClassName
{
background-color: #B505BA;
}
</style>
border-color css
<style>
span { border-color: #B505BA; }
span { border-color: rgb(181,5,186); }
td.TdClassName
{
border-color: #B505BA;
}
.TagClassName
{
border-color: #B505BA;
}
</style>