Shades of Deep Magenta #B70FCB
Tints of Deep Magenta #B70FCB
RGB
CMYK
RGB Variations
Color information
#B70FCB (or 0xB70FCB) is known color: Deep Magenta. HEX triplet: B7, 0F and CB. RGB value is (183,15,203). Sum of RGB (Red+Green+Blue) = 183+15+203=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #B70FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FCB is #48F034. Grayscale: #565656. Windows color (decimal): -4780085 or 13307831. OLE color: 13307831.
HSL color Cylindrical-coordinate representation of color #B70FCB: hue angle of 293.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70FCB is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 15 | 203 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.20 |
| HSL | 293.62º | 0.86% | 0.43% | - |
| HSV(B) | 293.62º | 0.93% | 0.8% | - |
| XYZ | 30.48 | 14.72 | 57.73 | - |
| YUV | 86.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 203 | 0.10 | 0.93 | 0 | 0.20 | 293.62 | 0.86 | 0.43 |
| Hex | B7 | F | CB | A | 5D | 0 | 14 | 126 | 56 | 2B |
| Octal | 267 | 17 | 313 | 12 | 135 | 0 | 24 | 446 | 126 | 53 |
| Binary | 10110111 | 1111 | 11001011 | 1010 | 1011101 | 0 | 10100 | 100100110 | 1010110 | 101011 |
Color Harmonies of #B70FCB
Complementary color
Monochromatic Colors of #B70FCB
Black with #B70FCB
Text Example
Text Example
White with #B70FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FCB; }
p { color: rgb(183,15,203); }
H1.HeaderClassName
{
color: #B70FCB;
}
.AnyTagClassName
{
color: #B70FCB;
}
</style>
background-color css
<style>
a { background-color: #B70FCB; }
a { background-color: rgb(183,15,203); }
div.DivClassName
{
background-color: #B70FCB;
}
.BgClassName
{
background-color: #B70FCB;
}
</style>
border-color css
<style>
span { border-color: #B70FCB; }
span { border-color: rgb(183,15,203); }
td.TdClassName
{
border-color: #B70FCB;
}
.TagClassName
{
border-color: #B70FCB;
}
</style>