Shades of Deep Magenta #B709CF
Tints of Deep Magenta #B709CF
RGB
CMYK
RGB Variations
Color information
#B709CF (or 0xB709CF) is known color: Deep Magenta. HEX triplet: B7, 09 and CF. RGB value is (183,9,207). Sum of RGB (Red+Green+Blue) = 183+9+207=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #B709CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B709CF is #48F630. Grayscale: #525252. Windows color (decimal): -4781617 or 13568439. OLE color: 13568439.
HSL color Cylindrical-coordinate representation of color #B709CF: hue angle of 292.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B709CF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 9 | 207 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.19 |
| HSL | 292.73º | 0.92% | 0.42% | - |
| HSV(B) | 292.73º | 0.96% | 0.81% | - |
| XYZ | 30.89 | 14.77 | 60.25 | - |
| YUV | 83.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 207 | 0.12 | 0.96 | 0 | 0.19 | 292.73 | 0.92 | 0.42 |
| Hex | B7 | 9 | CF | C | 60 | 0 | 13 | 125 | 5C | 2A |
| Octal | 267 | 11 | 317 | 14 | 140 | 0 | 23 | 445 | 134 | 52 |
| Binary | 10110111 | 1001 | 11001111 | 1100 | 1100000 | 0 | 10011 | 100100101 | 1011100 | 101010 |
Color Harmonies of #B709CF
Complementary color
Monochromatic Colors of #B709CF
Black with #B709CF
Text Example
Text Example
White with #B709CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B709CF; }
p { color: rgb(183,9,207); }
H1.HeaderClassName
{
color: #B709CF;
}
.AnyTagClassName
{
color: #B709CF;
}
</style>
background-color css
<style>
a { background-color: #B709CF; }
a { background-color: rgb(183,9,207); }
div.DivClassName
{
background-color: #B709CF;
}
.BgClassName
{
background-color: #B709CF;
}
</style>
border-color css
<style>
span { border-color: #B709CF; }
span { border-color: rgb(183,9,207); }
td.TdClassName
{
border-color: #B709CF;
}
.TagClassName
{
border-color: #B709CF;
}
</style>