Shades of Deep Magenta #B508C5
Tints of Deep Magenta #B508C5
RGB
CMYK
RGB Variations
Color information
#B508C5 (or 0xB508C5) is known color: Deep Magenta. HEX triplet: B5, 08 and C5. RGB value is (181,8,197). Sum of RGB (Red+Green+Blue) = 181+8+197=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #B508C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508C5 is #4AF73A. Grayscale: #505050. Windows color (decimal): -4912955 or 12912821. OLE color: 12912821.
HSL color Cylindrical-coordinate representation of color #B508C5: hue angle of 294.92º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508C5 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 8 | 197 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.23 |
| HSL | 294.92º | 0.92% | 0.4% | - |
| HSV(B) | 294.92º | 0.96% | 0.77% | - |
| XYZ | 29.22 | 14.03 | 53.99 | - |
| YUV | 81.27 | 193.31 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 197 | 0.08 | 0.96 | 0 | 0.23 | 294.92 | 0.92 | 0.4 |
| Hex | B5 | 8 | C5 | 8 | 60 | 0 | 17 | 127 | 5C | 28 |
| Octal | 265 | 10 | 305 | 10 | 140 | 0 | 27 | 447 | 134 | 50 |
| Binary | 10110101 | 1000 | 11000101 | 1000 | 1100000 | 0 | 10111 | 100100111 | 1011100 | 101000 |
Color Harmonies of #B508C5
Complementary color
Monochromatic Colors of #B508C5
Black with #B508C5
Text Example
Text Example
White with #B508C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B508C5; }
p { color: rgb(181,8,197); }
H1.HeaderClassName
{
color: #B508C5;
}
.AnyTagClassName
{
color: #B508C5;
}
</style>
background-color css
<style>
a { background-color: #B508C5; }
a { background-color: rgb(181,8,197); }
div.DivClassName
{
background-color: #B508C5;
}
.BgClassName
{
background-color: #B508C5;
}
</style>
border-color css
<style>
span { border-color: #B508C5; }
span { border-color: rgb(181,8,197); }
td.TdClassName
{
border-color: #B508C5;
}
.TagClassName
{
border-color: #B508C5;
}
</style>