Shades of Deep Magenta #B507DD
Tints of Deep Magenta #B507DD
RGB
CMYK
RGB Variations
Color information
#B507DD (or 0xB507DD) is known color: Deep Magenta. HEX triplet: B5, 07 and DD. RGB value is (181,7,221). Sum of RGB (Red+Green+Blue) = 181+7+221=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #B507DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507DD is #4AF822. Grayscale: #525252. Windows color (decimal): -4913187 or 14485429. OLE color: 14485429.
HSL color Cylindrical-coordinate representation of color #B507DD: hue angle of 288.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B507DD is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 7 | 221 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.13 |
| HSL | 288.79º | 0.94% | 0.45% | - |
| HSV(B) | 288.79º | 0.97% | 0.87% | - |
| XYZ | 32.18 | 15.2 | 69.64 | - |
| YUV | 83.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 221 | 0.18 | 0.97 | 0 | 0.13 | 288.79 | 0.94 | 0.45 |
| Hex | B5 | 7 | DD | 12 | 61 | 0 | D | 121 | 5E | 2D |
| Octal | 265 | 7 | 335 | 22 | 141 | 0 | 15 | 441 | 136 | 55 |
| Binary | 10110101 | 111 | 11011101 | 10010 | 1100001 | 0 | 1101 | 100100001 | 1011110 | 101101 |
Color Harmonies of #B507DD
Complementary color
Monochromatic Colors of #B507DD
Black with #B507DD
Text Example
Text Example
White with #B507DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B507DD; }
p { color: rgb(181,7,221); }
H1.HeaderClassName
{
color: #B507DD;
}
.AnyTagClassName
{
color: #B507DD;
}
</style>
background-color css
<style>
a { background-color: #B507DD; }
a { background-color: rgb(181,7,221); }
div.DivClassName
{
background-color: #B507DD;
}
.BgClassName
{
background-color: #B507DD;
}
</style>
border-color css
<style>
span { border-color: #B507DD; }
span { border-color: rgb(181,7,221); }
td.TdClassName
{
border-color: #B507DD;
}
.TagClassName
{
border-color: #B507DD;
}
</style>