Shades of Deep Magenta #B504BB
Tints of Deep Magenta #B504BB
RGB
CMYK
RGB Variations
Color information
#B504BB (or 0xB504BB) is known color: Deep Magenta. HEX triplet: B5, 04 and BB. RGB value is (181,4,187). Sum of RGB (Red+Green+Blue) = 181+4+187=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B504BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504BB is #4AFB44. Grayscale: #4D4D4D. Windows color (decimal): -4913989 or 12256437. OLE color: 12256437.
HSL color Cylindrical-coordinate representation of color #B504BB: hue angle of 298.03º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504BB is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 4 | 187 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.27 |
| HSL | 298.03º | 0.96% | 0.37% | - |
| HSV(B) | 298.03º | 0.98% | 0.73% | - |
| XYZ | 28.07 | 13.5 | 48.14 | - |
| YUV | 77.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 187 | 0.03 | 0.98 | 0 | 0.27 | 298.03 | 0.96 | 0.37 |
| Hex | B5 | 4 | BB | 3 | 62 | 0 | 1B | 12A | 60 | 25 |
| Octal | 265 | 4 | 273 | 3 | 142 | 0 | 33 | 452 | 140 | 45 |
| Binary | 10110101 | 100 | 10111011 | 11 | 1100010 | 0 | 11011 | 100101010 | 1100000 | 100101 |
Color Harmonies of #B504BB
Complementary color
Monochromatic Colors of #B504BB
Black with #B504BB
Text Example
Text Example
White with #B504BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504BB; }
p { color: rgb(181,4,187); }
H1.HeaderClassName
{
color: #B504BB;
}
.AnyTagClassName
{
color: #B504BB;
}
</style>
background-color css
<style>
a { background-color: #B504BB; }
a { background-color: rgb(181,4,187); }
div.DivClassName
{
background-color: #B504BB;
}
.BgClassName
{
background-color: #B504BB;
}
</style>
border-color css
<style>
span { border-color: #B504BB; }
span { border-color: rgb(181,4,187); }
td.TdClassName
{
border-color: #B504BB;
}
.TagClassName
{
border-color: #B504BB;
}
</style>