Shades of Deep Magenta #B507C6
Tints of Deep Magenta #B507C6
RGB
CMYK
RGB Variations
Color information
#B507C6 (or 0xB507C6) is known color: Deep Magenta. HEX triplet: B5, 07 and C6. RGB value is (181,7,198). Sum of RGB (Red+Green+Blue) = 181+7+198=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #B507C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507C6 is #4AF839. Grayscale: #505050. Windows color (decimal): -4913210 or 12978101. OLE color: 12978101.
HSL color Cylindrical-coordinate representation of color #B507C6: hue angle of 294.66º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B507C6 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 7 | 198 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.22 |
| HSL | 294.66º | 0.93% | 0.4% | - |
| HSV(B) | 294.66º | 0.96% | 0.78% | - |
| XYZ | 29.33 | 14.05 | 54.59 | - |
| YUV | 80.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 198 | 0.09 | 0.96 | 0 | 0.22 | 294.66 | 0.93 | 0.4 |
| Hex | B5 | 7 | C6 | 9 | 60 | 0 | 16 | 127 | 5D | 28 |
| Octal | 265 | 7 | 306 | 11 | 140 | 0 | 26 | 447 | 135 | 50 |
| Binary | 10110101 | 111 | 11000110 | 1001 | 1100000 | 0 | 10110 | 100100111 | 1011101 | 101000 |
Color Harmonies of #B507C6
Complementary color
Monochromatic Colors of #B507C6
Black with #B507C6
Text Example
Text Example
White with #B507C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B507C6; }
p { color: rgb(181,7,198); }
H1.HeaderClassName
{
color: #B507C6;
}
.AnyTagClassName
{
color: #B507C6;
}
</style>
background-color css
<style>
a { background-color: #B507C6; }
a { background-color: rgb(181,7,198); }
div.DivClassName
{
background-color: #B507C6;
}
.BgClassName
{
background-color: #B507C6;
}
</style>
border-color css
<style>
span { border-color: #B507C6; }
span { border-color: rgb(181,7,198); }
td.TdClassName
{
border-color: #B507C6;
}
.TagClassName
{
border-color: #B507C6;
}
</style>