Shades of Deep Magenta #B907CF
Tints of Deep Magenta #B907CF
RGB
CMYK
RGB Variations
Color information
#B907CF (or 0xB907CF) is known color: Deep Magenta. HEX triplet: B9, 07 and CF. RGB value is (185,7,207). Sum of RGB (Red+Green+Blue) = 185+7+207=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 7 (3.12% from 255 or 1.75% 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 #B907CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B907CF is #46F830. Grayscale: #525252. Windows color (decimal): -4651057 or 13567929. OLE color: 13567929.
HSL color Cylindrical-coordinate representation of color #B907CF: hue angle of 293.4º 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 #B907CF is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 7 | 207 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.19 |
| HSL | 293.4º | 0.93% | 0.42% | - |
| HSV(B) | 293.4º | 0.97% | 0.81% | - |
| XYZ | 31.35 | 14.97 | 60.27 | - |
| YUV | 83.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 207 | 0.11 | 0.97 | 0 | 0.19 | 293.4 | 0.93 | 0.42 |
| Hex | B9 | 7 | CF | B | 61 | 0 | 13 | 125 | 5D | 2A |
| Octal | 271 | 7 | 317 | 13 | 141 | 0 | 23 | 445 | 135 | 52 |
| Binary | 10111001 | 111 | 11001111 | 1011 | 1100001 | 0 | 10011 | 100100101 | 1011101 | 101010 |
Color Harmonies of #B907CF
Complementary color
Monochromatic Colors of #B907CF
Black with #B907CF
Text Example
Text Example
White with #B907CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B907CF; }
p { color: rgb(185,7,207); }
H1.HeaderClassName
{
color: #B907CF;
}
.AnyTagClassName
{
color: #B907CF;
}
</style>
background-color css
<style>
a { background-color: #B907CF; }
a { background-color: rgb(185,7,207); }
div.DivClassName
{
background-color: #B907CF;
}
.BgClassName
{
background-color: #B907CF;
}
</style>
border-color css
<style>
span { border-color: #B907CF; }
span { border-color: rgb(185,7,207); }
td.TdClassName
{
border-color: #B907CF;
}
.TagClassName
{
border-color: #B907CF;
}
</style>