Shades of Deep Magenta #B807CC
Tints of Deep Magenta #B807CC
RGB
CMYK
RGB Variations
Color information
#B807CC (or 0xB807CC) is known color: Deep Magenta. HEX triplet: B8, 07 and CC. RGB value is (184,7,204). Sum of RGB (Red+Green+Blue) = 184+7+204=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #B807CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807CC is #47F833. Grayscale: #515151. Windows color (decimal): -4716596 or 13371320. OLE color: 13371320.
HSL color Cylindrical-coordinate representation of color #B807CC: hue angle of 293.91º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807CC is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 7 | 204 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.2 |
| HSL | 293.91º | 0.93% | 0.41% | - |
| HSV(B) | 293.91º | 0.97% | 0.8% | - |
| XYZ | 30.74 | 14.7 | 58.34 | - |
| YUV | 82.38 | 196.64 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 204 | 0.10 | 0.97 | 0 | 0.2 | 293.91 | 0.93 | 0.41 |
| Hex | B8 | 7 | CC | A | 61 | 0 | 14 | 126 | 5D | 29 |
| Octal | 270 | 7 | 314 | 12 | 141 | 0 | 24 | 446 | 135 | 51 |
| Binary | 10111000 | 111 | 11001100 | 1010 | 1100001 | 0 | 10100 | 100100110 | 1011101 | 101001 |
Color Harmonies of #B807CC
Complementary color
Monochromatic Colors of #B807CC
Black with #B807CC
Text Example
Text Example
White with #B807CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807CC; }
p { color: rgb(184,7,204); }
H1.HeaderClassName
{
color: #B807CC;
}
.AnyTagClassName
{
color: #B807CC;
}
</style>
background-color css
<style>
a { background-color: #B807CC; }
a { background-color: rgb(184,7,204); }
div.DivClassName
{
background-color: #B807CC;
}
.BgClassName
{
background-color: #B807CC;
}
</style>
border-color css
<style>
span { border-color: #B807CC; }
span { border-color: rgb(184,7,204); }
td.TdClassName
{
border-color: #B807CC;
}
.TagClassName
{
border-color: #B807CC;
}
</style>