Shades of Deep Magenta #B707CF
Tints of Deep Magenta #B707CF
RGB
CMYK
RGB Variations
Color information
#B707CF (or 0xB707CF) is known color: Deep Magenta. HEX triplet: B7, 07 and CF. RGB value is (183,7,207). Sum of RGB (Red+Green+Blue) = 183+7+207=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #B707CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707CF is #48F830. Grayscale: #515151. Windows color (decimal): -4782129 or 13567927. OLE color: 13567927.
HSL color Cylindrical-coordinate representation of color #B707CF: hue angle of 292.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B707CF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 7 | 207 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.19 |
| HSL | 292.8º | 0.93% | 0.42% | - |
| HSV(B) | 292.8º | 0.97% | 0.81% | - |
| XYZ | 30.87 | 14.72 | 60.25 | - |
| YUV | 82.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 207 | 0.12 | 0.97 | 0 | 0.19 | 292.8 | 0.93 | 0.42 |
| Hex | B7 | 7 | CF | C | 61 | 0 | 13 | 125 | 5D | 2A |
| Octal | 267 | 7 | 317 | 14 | 141 | 0 | 23 | 445 | 135 | 52 |
| Binary | 10110111 | 111 | 11001111 | 1100 | 1100001 | 0 | 10011 | 100100101 | 1011101 | 101010 |
Color Harmonies of #B707CF
Complementary color
Monochromatic Colors of #B707CF
Black with #B707CF
Text Example
Text Example
White with #B707CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707CF; }
p { color: rgb(183,7,207); }
H1.HeaderClassName
{
color: #B707CF;
}
.AnyTagClassName
{
color: #B707CF;
}
</style>
background-color css
<style>
a { background-color: #B707CF; }
a { background-color: rgb(183,7,207); }
div.DivClassName
{
background-color: #B707CF;
}
.BgClassName
{
background-color: #B707CF;
}
</style>
border-color css
<style>
span { border-color: #B707CF; }
span { border-color: rgb(183,7,207); }
td.TdClassName
{
border-color: #B707CF;
}
.TagClassName
{
border-color: #B707CF;
}
</style>