Shades of Deep Magenta #B70BCB
Tints of Deep Magenta #B70BCB
RGB
CMYK
RGB Variations
Color information
#B70BCB (or 0xB70BCB) is known color: Deep Magenta. HEX triplet: B7, 0B and CB. RGB value is (183,11,203). Sum of RGB (Red+Green+Blue) = 183+11+203=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #B70BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BCB is #48F434. Grayscale: #535353. Windows color (decimal): -4781109 or 13306807. OLE color: 13306807.
HSL color Cylindrical-coordinate representation of color #B70BCB: hue angle of 293.75º degrees, saturation: 0.9, 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 #B70BCB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 11 | 203 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.20 |
| HSL | 293.75º | 0.9% | 0.42% | - |
| HSV(B) | 293.75º | 0.95% | 0.8% | - |
| XYZ | 30.43 | 14.62 | 57.72 | - |
| YUV | 84.32 | 194.98 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 203 | 0.10 | 0.95 | 0 | 0.20 | 293.75 | 0.9 | 0.42 |
| Hex | B7 | B | CB | A | 5F | 0 | 14 | 126 | 5A | 2A |
| Octal | 267 | 13 | 313 | 12 | 137 | 0 | 24 | 446 | 132 | 52 |
| Binary | 10110111 | 1011 | 11001011 | 1010 | 1011111 | 0 | 10100 | 100100110 | 1011010 | 101010 |
Color Harmonies of #B70BCB
Complementary color
Monochromatic Colors of #B70BCB
Black with #B70BCB
Text Example
Text Example
White with #B70BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BCB; }
p { color: rgb(183,11,203); }
H1.HeaderClassName
{
color: #B70BCB;
}
.AnyTagClassName
{
color: #B70BCB;
}
</style>
background-color css
<style>
a { background-color: #B70BCB; }
a { background-color: rgb(183,11,203); }
div.DivClassName
{
background-color: #B70BCB;
}
.BgClassName
{
background-color: #B70BCB;
}
</style>
border-color css
<style>
span { border-color: #B70BCB; }
span { border-color: rgb(183,11,203); }
td.TdClassName
{
border-color: #B70BCB;
}
.TagClassName
{
border-color: #B70BCB;
}
</style>