Shades of Deep Magenta #B804CF
Tints of Deep Magenta #B804CF
RGB
CMYK
RGB Variations
Color information
#B804CF (or 0xB804CF) is known color: Deep Magenta. HEX triplet: B8, 04 and CF. RGB value is (184,4,207). Sum of RGB (Red+Green+Blue) = 184+4+207=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #B804CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804CF is #47FB30. Grayscale: #505050. Windows color (decimal): -4717361 or 13567160. OLE color: 13567160.
HSL color Cylindrical-coordinate representation of color #B804CF: hue angle of 293.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804CF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 4 | 207 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.19 |
| HSL | 293.2º | 0.96% | 0.41% | - |
| HSV(B) | 293.2º | 0.98% | 0.81% | - |
| XYZ | 31.07 | 14.78 | 60.25 | - |
| YUV | 80.96 | 199.13 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 207 | 0.11 | 0.98 | 0 | 0.19 | 293.2 | 0.96 | 0.41 |
| Hex | B8 | 4 | CF | B | 62 | 0 | 13 | 125 | 60 | 29 |
| Octal | 270 | 4 | 317 | 13 | 142 | 0 | 23 | 445 | 140 | 51 |
| Binary | 10111000 | 100 | 11001111 | 1011 | 1100010 | 0 | 10011 | 100100101 | 1100000 | 101001 |
Color Harmonies of #B804CF
Complementary color
Monochromatic Colors of #B804CF
Black with #B804CF
Text Example
Text Example
White with #B804CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804CF; }
p { color: rgb(184,4,207); }
H1.HeaderClassName
{
color: #B804CF;
}
.AnyTagClassName
{
color: #B804CF;
}
</style>
background-color css
<style>
a { background-color: #B804CF; }
a { background-color: rgb(184,4,207); }
div.DivClassName
{
background-color: #B804CF;
}
.BgClassName
{
background-color: #B804CF;
}
</style>
border-color css
<style>
span { border-color: #B804CF; }
span { border-color: rgb(184,4,207); }
td.TdClassName
{
border-color: #B804CF;
}
.TagClassName
{
border-color: #B804CF;
}
</style>