Shades of Deep Magenta #B701CE
Tints of Deep Magenta #B701CE
RGB
CMYK
RGB Variations
Color information
#B701CE (or 0xB701CE) is known color: Deep Magenta. HEX triplet: B7, 01 and CE. RGB value is (183,1,206). Sum of RGB (Red+Green+Blue) = 183+1+206=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #B701CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701CE is #48FE31. Grayscale: #4E4E4E. Windows color (decimal): -4783666 or 13500855. OLE color: 13500855.
HSL color Cylindrical-coordinate representation of color #B701CE: hue angle of 293.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701CE is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 1 | 206 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.19 |
| HSL | 293.27º | 0.99% | 0.41% | - |
| HSV(B) | 293.27º | 1% | 0.81% | - |
| XYZ | 30.68 | 14.55 | 59.58 | - |
| YUV | 78.79 | 199.8 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 206 | 0.11 | 1.00 | 0 | 0.19 | 293.27 | 0.99 | 0.41 |
| Hex | B7 | 1 | CE | B | 64 | 0 | 13 | 125 | 63 | 29 |
| Octal | 267 | 1 | 316 | 13 | 144 | 0 | 23 | 445 | 143 | 51 |
| Binary | 10110111 | 1 | 11001110 | 1011 | 1100100 | 0 | 10011 | 100100101 | 1100011 | 101001 |
Color Harmonies of #B701CE
Complementary color
Monochromatic Colors of #B701CE
Black with #B701CE
Text Example
Text Example
White with #B701CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701CE; }
p { color: rgb(183,1,206); }
H1.HeaderClassName
{
color: #B701CE;
}
.AnyTagClassName
{
color: #B701CE;
}
</style>
background-color css
<style>
a { background-color: #B701CE; }
a { background-color: rgb(183,1,206); }
div.DivClassName
{
background-color: #B701CE;
}
.BgClassName
{
background-color: #B701CE;
}
</style>
border-color css
<style>
span { border-color: #B701CE; }
span { border-color: rgb(183,1,206); }
td.TdClassName
{
border-color: #B701CE;
}
.TagClassName
{
border-color: #B701CE;
}
</style>