Shades of Deep Magenta #B700CF
Tints of Deep Magenta #B700CF
RGB
CMYK
RGB Variations
Color information
#B700CF (or 0xB700CF) is known color: Deep Magenta. HEX triplet: B7, 00 and CF. RGB value is (183,0,207). Sum of RGB (Red+Green+Blue) = 183+0+207=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #B700CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700CF is #48FF30. Grayscale: #4D4D4D. Windows color (decimal): -4783921 or 13566135. OLE color: 13566135.
HSL color Cylindrical-coordinate representation of color #B700CF: hue angle of 293.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700CF is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 0 | 207 | - |
| CMYK | 0.12 | 1 | 0 | 0.19 |
| HSL | 293.04º | 1% | 0.41% | - |
| HSV(B) | 293.04º | 1% | 0.81% | - |
| XYZ | 30.79 | 14.57 | 60.22 | - |
| YUV | 78.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 207 | 0.12 | 1 | 0 | 0.19 | 293.04 | 1 | 0.41 |
| Hex | B7 | 0 | CF | C | 64 | 0 | 13 | 125 | 64 | 29 |
| Octal | 267 | 0 | 317 | 14 | 144 | 0 | 23 | 445 | 144 | 51 |
| Binary | 10110111 | 0 | 11001111 | 1100 | 1100100 | 0 | 10011 | 100100101 | 1100100 | 101001 |
Color Harmonies of #B700CF
Complementary color
Monochromatic Colors of #B700CF
Black with #B700CF
Text Example
Text Example
White with #B700CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700CF; }
p { color: rgb(183,0,207); }
H1.HeaderClassName
{
color: #B700CF;
}
.AnyTagClassName
{
color: #B700CF;
}
</style>
background-color css
<style>
a { background-color: #B700CF; }
a { background-color: rgb(183,0,207); }
div.DivClassName
{
background-color: #B700CF;
}
.BgClassName
{
background-color: #B700CF;
}
</style>
border-color css
<style>
span { border-color: #B700CF; }
span { border-color: rgb(183,0,207); }
td.TdClassName
{
border-color: #B700CF;
}
.TagClassName
{
border-color: #B700CF;
}
</style>