Shades of Deep Magenta #B70CBE
Tints of Deep Magenta #B70CBE
RGB
CMYK
RGB Variations
Color information
#B70CBE (or 0xB70CBE) is known color: Deep Magenta. HEX triplet: B7, 0C and BE. RGB value is (183,12,190). Sum of RGB (Red+Green+Blue) = 183+12+190=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #B70CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CBE is #48F341. Grayscale: #525252. Windows color (decimal): -4780866 or 12455095. OLE color: 12455095.
HSL color Cylindrical-coordinate representation of color #B70CBE: hue angle of 297.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CBE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 12 | 190 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.25 |
| HSL | 297.64º | 0.88% | 0.4% | - |
| HSV(B) | 297.64º | 0.94% | 0.75% | - |
| XYZ | 28.95 | 14.05 | 49.9 | - |
| YUV | 83.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 190 | 0.04 | 0.94 | 0 | 0.25 | 297.64 | 0.88 | 0.4 |
| Hex | B7 | C | BE | 4 | 5E | 0 | 19 | 12A | 58 | 28 |
| Octal | 267 | 14 | 276 | 4 | 136 | 0 | 31 | 452 | 130 | 50 |
| Binary | 10110111 | 1100 | 10111110 | 100 | 1011110 | 0 | 11001 | 100101010 | 1011000 | 101000 |
Color Harmonies of #B70CBE
Complementary color
Monochromatic Colors of #B70CBE
Black with #B70CBE
Text Example
Text Example
White with #B70CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CBE; }
p { color: rgb(183,12,190); }
H1.HeaderClassName
{
color: #B70CBE;
}
.AnyTagClassName
{
color: #B70CBE;
}
</style>
background-color css
<style>
a { background-color: #B70CBE; }
a { background-color: rgb(183,12,190); }
div.DivClassName
{
background-color: #B70CBE;
}
.BgClassName
{
background-color: #B70CBE;
}
</style>
border-color css
<style>
span { border-color: #B70CBE; }
span { border-color: rgb(183,12,190); }
td.TdClassName
{
border-color: #B70CBE;
}
.TagClassName
{
border-color: #B70CBE;
}
</style>