Shades of Deep Magenta #B508C1
Tints of Deep Magenta #B508C1
RGB
CMYK
RGB Variations
Color information
#B508C1 (or 0xB508C1) is known color: Deep Magenta. HEX triplet: B5, 08 and C1. RGB value is (181,8,193). Sum of RGB (Red+Green+Blue) = 181+8+193=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #B508C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508C1 is #4AF73E. Grayscale: #505050. Windows color (decimal): -4912959 or 12650677. OLE color: 12650677.
HSL color Cylindrical-coordinate representation of color #B508C1: hue angle of 296.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508C1 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 8 | 193 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.24 |
| HSL | 296.11º | 0.92% | 0.39% | - |
| HSV(B) | 296.11º | 0.96% | 0.76% | - |
| XYZ | 28.77 | 13.85 | 51.61 | - |
| YUV | 80.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 193 | 0.06 | 0.96 | 0 | 0.24 | 296.11 | 0.92 | 0.39 |
| Hex | B5 | 8 | C1 | 6 | 60 | 0 | 18 | 128 | 5C | 27 |
| Octal | 265 | 10 | 301 | 6 | 140 | 0 | 30 | 450 | 134 | 47 |
| Binary | 10110101 | 1000 | 11000001 | 110 | 1100000 | 0 | 11000 | 100101000 | 1011100 | 100111 |
Color Harmonies of #B508C1
Complementary color
Monochromatic Colors of #B508C1
Black with #B508C1
Text Example
Text Example
White with #B508C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B508C1; }
p { color: rgb(181,8,193); }
H1.HeaderClassName
{
color: #B508C1;
}
.AnyTagClassName
{
color: #B508C1;
}
</style>
background-color css
<style>
a { background-color: #B508C1; }
a { background-color: rgb(181,8,193); }
div.DivClassName
{
background-color: #B508C1;
}
.BgClassName
{
background-color: #B508C1;
}
</style>
border-color css
<style>
span { border-color: #B508C1; }
span { border-color: rgb(181,8,193); }
td.TdClassName
{
border-color: #B508C1;
}
.TagClassName
{
border-color: #B508C1;
}
</style>