Shades of Deep Magenta #B00ACD
Tints of Deep Magenta #B00ACD
RGB
CMYK
RGB Variations
Color information
#B00ACD (or 0xB00ACD) is known color: Deep Magenta. HEX triplet: B0, 0A and CD. RGB value is (176,10,205). Sum of RGB (Red+Green+Blue) = 176+10+205=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #B00ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ACD is #4FF532. Grayscale: #515151. Windows color (decimal): -5240115 or 13437616. OLE color: 13437616.
HSL color Cylindrical-coordinate representation of color #B00ACD: hue angle of 291.08º 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 #B00ACD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 10 | 205 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.20 |
| HSL | 291.08º | 0.91% | 0.42% | - |
| HSV(B) | 291.08º | 0.95% | 0.8% | - |
| XYZ | 29.03 | 13.85 | 58.9 | - |
| YUV | 81.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 205 | 0.14 | 0.95 | 0 | 0.20 | 291.08 | 0.91 | 0.42 |
| Hex | B0 | A | CD | E | 5F | 0 | 14 | 123 | 5B | 2A |
| Octal | 260 | 12 | 315 | 16 | 137 | 0 | 24 | 443 | 133 | 52 |
| Binary | 10110000 | 1010 | 11001101 | 1110 | 1011111 | 0 | 10100 | 100100011 | 1011011 | 101010 |
Color Harmonies of #B00ACD
Complementary color
Monochromatic Colors of #B00ACD
Black with #B00ACD
Text Example
Text Example
White with #B00ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00ACD; }
p { color: rgb(176,10,205); }
H1.HeaderClassName
{
color: #B00ACD;
}
.AnyTagClassName
{
color: #B00ACD;
}
</style>
background-color css
<style>
a { background-color: #B00ACD; }
a { background-color: rgb(176,10,205); }
div.DivClassName
{
background-color: #B00ACD;
}
.BgClassName
{
background-color: #B00ACD;
}
</style>
border-color css
<style>
span { border-color: #B00ACD; }
span { border-color: rgb(176,10,205); }
td.TdClassName
{
border-color: #B00ACD;
}
.TagClassName
{
border-color: #B00ACD;
}
</style>