Shades of Deep Magenta #B506C9
Tints of Deep Magenta #B506C9
RGB
CMYK
RGB Variations
Color information
#B506C9 (or 0xB506C9) is known color: Deep Magenta. HEX triplet: B5, 06 and C9. RGB value is (181,6,201). Sum of RGB (Red+Green+Blue) = 181+6+201=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #B506C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B506C9 is #4AF936. Grayscale: #4F4F4F. Windows color (decimal): -4913463 or 13174453. OLE color: 13174453.
HSL color Cylindrical-coordinate representation of color #B506C9: hue angle of 293.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B506C9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 6 | 201 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.21 |
| HSL | 293.85º | 0.94% | 0.41% | - |
| HSV(B) | 293.85º | 0.97% | 0.79% | - |
| XYZ | 29.66 | 14.17 | 56.43 | - |
| YUV | 80.56 | 195.98 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 201 | 0.10 | 0.97 | 0 | 0.21 | 293.85 | 0.94 | 0.41 |
| Hex | B5 | 6 | C9 | A | 61 | 0 | 15 | 126 | 5E | 29 |
| Octal | 265 | 6 | 311 | 12 | 141 | 0 | 25 | 446 | 136 | 51 |
| Binary | 10110101 | 110 | 11001001 | 1010 | 1100001 | 0 | 10101 | 100100110 | 1011110 | 101001 |
Color Harmonies of #B506C9
Complementary color
Monochromatic Colors of #B506C9
Black with #B506C9
Text Example
Text Example
White with #B506C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B506C9; }
p { color: rgb(181,6,201); }
H1.HeaderClassName
{
color: #B506C9;
}
.AnyTagClassName
{
color: #B506C9;
}
</style>
background-color css
<style>
a { background-color: #B506C9; }
a { background-color: rgb(181,6,201); }
div.DivClassName
{
background-color: #B506C9;
}
.BgClassName
{
background-color: #B506C9;
}
</style>
border-color css
<style>
span { border-color: #B506C9; }
span { border-color: rgb(181,6,201); }
td.TdClassName
{
border-color: #B506C9;
}
.TagClassName
{
border-color: #B506C9;
}
</style>