Shades of Deep Magenta #B505A8
Tints of Deep Magenta #B505A8
RGB
CMYK
RGB Variations
Color information
#B505A8 (or 0xB505A8) is known color: Deep Magenta. HEX triplet: B5, 05 and A8. RGB value is (181,5,168). Sum of RGB (Red+Green+Blue) = 181+5+168=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B505A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B505A8 is #4AFA57. Grayscale: #4B4B4B. Windows color (decimal): -4913752 or 11011509. OLE color: 11011509.
HSL color Cylindrical-coordinate representation of color #B505A8: hue angle of 304.43º 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 #B505A8 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 168 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.29 |
| HSL | 304.43º | 0.95% | 0.36% | - |
| HSV(B) | 304.43º | 0.97% | 0.71% | - |
| XYZ | 26.18 | 12.76 | 38.13 | - |
| YUV | 76.21 | 179.81 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 168 | 0 | 0.97 | 0.07 | 0.29 | 304.43 | 0.95 | 0.36 |
| Hex | B5 | 5 | A8 | 0 | 61 | 7 | 1D | 130 | 5F | 24 |
| Octal | 265 | 5 | 250 | 0 | 141 | 7 | 35 | 460 | 137 | 44 |
| Binary | 10110101 | 101 | 10101000 | 0 | 1100001 | 111 | 11101 | 100110000 | 1011111 | 100100 |
Color Harmonies of #B505A8
Complementary color
Monochromatic Colors of #B505A8
Black with #B505A8
Text Example
Text Example
White with #B505A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505A8; }
p { color: rgb(181,5,168); }
H1.HeaderClassName
{
color: #B505A8;
}
.AnyTagClassName
{
color: #B505A8;
}
</style>
background-color css
<style>
a { background-color: #B505A8; }
a { background-color: rgb(181,5,168); }
div.DivClassName
{
background-color: #B505A8;
}
.BgClassName
{
background-color: #B505A8;
}
</style>
border-color css
<style>
span { border-color: #B505A8; }
span { border-color: rgb(181,5,168); }
td.TdClassName
{
border-color: #B505A8;
}
.TagClassName
{
border-color: #B505A8;
}
</style>