Shades of Deep Magenta #B507D5
Tints of Deep Magenta #B507D5
RGB
CMYK
RGB Variations
Color information
#B507D5 (or 0xB507D5) is known color: Deep Magenta. HEX triplet: B5, 07 and D5. RGB value is (181,7,213). Sum of RGB (Red+Green+Blue) = 181+7+213=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #B507D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507D5 is #4AF82A. Grayscale: #515151. Windows color (decimal): -4913195 or 13961141. OLE color: 13961141.
HSL color Cylindrical-coordinate representation of color #B507D5: hue angle of 290.68º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B507D5 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 7 | 213 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.16 |
| HSL | 290.68º | 0.94% | 0.43% | - |
| HSV(B) | 290.68º | 0.97% | 0.84% | - |
| XYZ | 31.14 | 14.78 | 64.16 | - |
| YUV | 82.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 213 | 0.15 | 0.97 | 0 | 0.16 | 290.68 | 0.94 | 0.43 |
| Hex | B5 | 7 | D5 | F | 61 | 0 | 10 | 123 | 5E | 2B |
| Octal | 265 | 7 | 325 | 17 | 141 | 0 | 20 | 443 | 136 | 53 |
| Binary | 10110101 | 111 | 11010101 | 1111 | 1100001 | 0 | 10000 | 100100011 | 1011110 | 101011 |
Color Harmonies of #B507D5
Complementary color
Monochromatic Colors of #B507D5
Black with #B507D5
Text Example
Text Example
White with #B507D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B507D5; }
p { color: rgb(181,7,213); }
H1.HeaderClassName
{
color: #B507D5;
}
.AnyTagClassName
{
color: #B507D5;
}
</style>
background-color css
<style>
a { background-color: #B507D5; }
a { background-color: rgb(181,7,213); }
div.DivClassName
{
background-color: #B507D5;
}
.BgClassName
{
background-color: #B507D5;
}
</style>
border-color css
<style>
span { border-color: #B507D5; }
span { border-color: rgb(181,7,213); }
td.TdClassName
{
border-color: #B507D5;
}
.TagClassName
{
border-color: #B507D5;
}
</style>