Shades of Deep Magenta #B907CE
Tints of Deep Magenta #B907CE
RGB
CMYK
RGB Variations
Color information
#B907CE (or 0xB907CE) is known color: Deep Magenta. HEX triplet: B9, 07 and CE. RGB value is (185,7,206). Sum of RGB (Red+Green+Blue) = 185+7+206=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #B907CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B907CE is #46F831. Grayscale: #525252. Windows color (decimal): -4651058 or 13502393. OLE color: 13502393.
HSL color Cylindrical-coordinate representation of color #B907CE: hue angle of 293.67º 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 #B907CE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 7 | 206 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.19 |
| HSL | 293.67º | 0.93% | 0.42% | - |
| HSV(B) | 293.67º | 0.97% | 0.81% | - |
| XYZ | 31.22 | 14.92 | 59.63 | - |
| YUV | 82.91 | 197.47 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 206 | 0.10 | 0.97 | 0 | 0.19 | 293.67 | 0.93 | 0.42 |
| Hex | B9 | 7 | CE | A | 61 | 0 | 13 | 126 | 5D | 2A |
| Octal | 271 | 7 | 316 | 12 | 141 | 0 | 23 | 446 | 135 | 52 |
| Binary | 10111001 | 111 | 11001110 | 1010 | 1100001 | 0 | 10011 | 100100110 | 1011101 | 101010 |
Color Harmonies of #B907CE
Complementary color
Monochromatic Colors of #B907CE
Black with #B907CE
Text Example
Text Example
White with #B907CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B907CE; }
p { color: rgb(185,7,206); }
H1.HeaderClassName
{
color: #B907CE;
}
.AnyTagClassName
{
color: #B907CE;
}
</style>
background-color css
<style>
a { background-color: #B907CE; }
a { background-color: rgb(185,7,206); }
div.DivClassName
{
background-color: #B907CE;
}
.BgClassName
{
background-color: #B907CE;
}
</style>
border-color css
<style>
span { border-color: #B907CE; }
span { border-color: rgb(185,7,206); }
td.TdClassName
{
border-color: #B907CE;
}
.TagClassName
{
border-color: #B907CE;
}
</style>