Shades of Deep Magenta #B508C6
Tints of Deep Magenta #B508C6
RGB
CMYK
RGB Variations
Color information
#B508C6 (or 0xB508C6) is known color: Deep Magenta. HEX triplet: B5, 08 and C6. RGB value is (181,8,198). Sum of RGB (Red+Green+Blue) = 181+8+198=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #B508C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508C6 is #4AF739. Grayscale: #505050. Windows color (decimal): -4912954 or 12978357. OLE color: 12978357.
HSL color Cylindrical-coordinate representation of color #B508C6: hue angle of 294.63º degrees, saturation: 0.92, 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 #B508C6 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 8 | 198 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.22 |
| HSL | 294.63º | 0.92% | 0.4% | - |
| HSV(B) | 294.63º | 0.96% | 0.78% | - |
| XYZ | 29.34 | 14.07 | 54.6 | - |
| YUV | 81.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 198 | 0.09 | 0.96 | 0 | 0.22 | 294.63 | 0.92 | 0.4 |
| Hex | B5 | 8 | C6 | 9 | 60 | 0 | 16 | 127 | 5C | 28 |
| Octal | 265 | 10 | 306 | 11 | 140 | 0 | 26 | 447 | 134 | 50 |
| Binary | 10110101 | 1000 | 11000110 | 1001 | 1100000 | 0 | 10110 | 100100111 | 1011100 | 101000 |
Color Harmonies of #B508C6
Complementary color
Monochromatic Colors of #B508C6
Black with #B508C6
Text Example
Text Example
White with #B508C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B508C6; }
p { color: rgb(181,8,198); }
H1.HeaderClassName
{
color: #B508C6;
}
.AnyTagClassName
{
color: #B508C6;
}
</style>
background-color css
<style>
a { background-color: #B508C6; }
a { background-color: rgb(181,8,198); }
div.DivClassName
{
background-color: #B508C6;
}
.BgClassName
{
background-color: #B508C6;
}
</style>
border-color css
<style>
span { border-color: #B508C6; }
span { border-color: rgb(181,8,198); }
td.TdClassName
{
border-color: #B508C6;
}
.TagClassName
{
border-color: #B508C6;
}
</style>