Shades of Deep Magenta #B00ACB
Tints of Deep Magenta #B00ACB
RGB
CMYK
RGB Variations
Color information
#B00ACB (or 0xB00ACB) is known color: Deep Magenta. HEX triplet: B0, 0A and CB. RGB value is (176,10,203). Sum of RGB (Red+Green+Blue) = 176+10+203=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #B00ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ACB is #4FF534. Grayscale: #515151. Windows color (decimal): -5240117 or 13306544. OLE color: 13306544.
HSL color Cylindrical-coordinate representation of color #B00ACB: hue angle of 291.61º 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 #B00ACB is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 10 | 203 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.20 |
| HSL | 291.61º | 0.91% | 0.42% | - |
| HSV(B) | 291.61º | 0.95% | 0.8% | - |
| XYZ | 28.79 | 13.76 | 57.64 | - |
| YUV | 81.64 | 196.5 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 203 | 0.13 | 0.95 | 0 | 0.20 | 291.61 | 0.91 | 0.42 |
| Hex | B0 | A | CB | D | 5F | 0 | 14 | 124 | 5B | 2A |
| Octal | 260 | 12 | 313 | 15 | 137 | 0 | 24 | 444 | 133 | 52 |
| Binary | 10110000 | 1010 | 11001011 | 1101 | 1011111 | 0 | 10100 | 100100100 | 1011011 | 101010 |
Color Harmonies of #B00ACB
Complementary color
Monochromatic Colors of #B00ACB
Black with #B00ACB
Text Example
Text Example
White with #B00ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00ACB; }
p { color: rgb(176,10,203); }
H1.HeaderClassName
{
color: #B00ACB;
}
.AnyTagClassName
{
color: #B00ACB;
}
</style>
background-color css
<style>
a { background-color: #B00ACB; }
a { background-color: rgb(176,10,203); }
div.DivClassName
{
background-color: #B00ACB;
}
.BgClassName
{
background-color: #B00ACB;
}
</style>
border-color css
<style>
span { border-color: #B00ACB; }
span { border-color: rgb(176,10,203); }
td.TdClassName
{
border-color: #B00ACB;
}
.TagClassName
{
border-color: #B00ACB;
}
</style>