Shades of Deep Magenta #B70ACB
Tints of Deep Magenta #B70ACB
RGB
CMYK
RGB Variations
Color information
#B70ACB (or 0xB70ACB) is known color: Deep Magenta. HEX triplet: B7, 0A and CB. RGB value is (183,10,203). Sum of RGB (Red+Green+Blue) = 183+10+203=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #B70ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ACB is #48F534. Grayscale: #535353. Windows color (decimal): -4781365 or 13306551. OLE color: 13306551.
HSL color Cylindrical-coordinate representation of color #B70ACB: hue angle of 293.78º 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 #B70ACB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 10 | 203 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.20 |
| HSL | 293.78º | 0.91% | 0.42% | - |
| HSV(B) | 293.78º | 0.95% | 0.8% | - |
| XYZ | 30.42 | 14.6 | 57.71 | - |
| YUV | 83.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 203 | 0.10 | 0.95 | 0 | 0.20 | 293.78 | 0.91 | 0.42 |
| Hex | B7 | A | CB | A | 5F | 0 | 14 | 126 | 5B | 2A |
| Octal | 267 | 12 | 313 | 12 | 137 | 0 | 24 | 446 | 133 | 52 |
| Binary | 10110111 | 1010 | 11001011 | 1010 | 1011111 | 0 | 10100 | 100100110 | 1011011 | 101010 |
Color Harmonies of #B70ACB
Complementary color
Monochromatic Colors of #B70ACB
Black with #B70ACB
Text Example
Text Example
White with #B70ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70ACB; }
p { color: rgb(183,10,203); }
H1.HeaderClassName
{
color: #B70ACB;
}
.AnyTagClassName
{
color: #B70ACB;
}
</style>
background-color css
<style>
a { background-color: #B70ACB; }
a { background-color: rgb(183,10,203); }
div.DivClassName
{
background-color: #B70ACB;
}
.BgClassName
{
background-color: #B70ACB;
}
</style>
border-color css
<style>
span { border-color: #B70ACB; }
span { border-color: rgb(183,10,203); }
td.TdClassName
{
border-color: #B70ACB;
}
.TagClassName
{
border-color: #B70ACB;
}
</style>