Shades of Deep Magenta #B10ACD
Tints of Deep Magenta #B10ACD
RGB
CMYK
RGB Variations
Color information
#B10ACD (or 0xB10ACD) is known color: Deep Magenta. HEX triplet: B1, 0A and CD. RGB value is (177,10,205). Sum of RGB (Red+Green+Blue) = 177+10+205=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #B10ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ACD is #4EF532. Grayscale: #515151. Windows color (decimal): -5174579 or 13437617. OLE color: 13437617.
HSL color Cylindrical-coordinate representation of color #B10ACD: hue angle of 291.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10ACD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 10 | 205 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.20 |
| HSL | 291.38º | 0.91% | 0.42% | - |
| HSV(B) | 291.38º | 0.95% | 0.8% | - |
| XYZ | 29.26 | 13.97 | 58.91 | - |
| YUV | 82.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 205 | 0.14 | 0.95 | 0 | 0.20 | 291.38 | 0.91 | 0.42 |
| Hex | B1 | A | CD | E | 5F | 0 | 14 | 123 | 5B | 2A |
| Octal | 261 | 12 | 315 | 16 | 137 | 0 | 24 | 443 | 133 | 52 |
| Binary | 10110001 | 1010 | 11001101 | 1110 | 1011111 | 0 | 10100 | 100100011 | 1011011 | 101010 |
Color Harmonies of #B10ACD
Complementary color
Monochromatic Colors of #B10ACD
Black with #B10ACD
Text Example
Text Example
White with #B10ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ACD; }
p { color: rgb(177,10,205); }
H1.HeaderClassName
{
color: #B10ACD;
}
.AnyTagClassName
{
color: #B10ACD;
}
</style>
background-color css
<style>
a { background-color: #B10ACD; }
a { background-color: rgb(177,10,205); }
div.DivClassName
{
background-color: #B10ACD;
}
.BgClassName
{
background-color: #B10ACD;
}
</style>
border-color css
<style>
span { border-color: #B10ACD; }
span { border-color: rgb(177,10,205); }
td.TdClassName
{
border-color: #B10ACD;
}
.TagClassName
{
border-color: #B10ACD;
}
</style>