Shades of Deep Magenta #B805CC
Tints of Deep Magenta #B805CC
RGB
CMYK
RGB Variations
Color information
#B805CC (or 0xB805CC) is known color: Deep Magenta. HEX triplet: B8, 05 and CC. RGB value is (184,5,204). Sum of RGB (Red+Green+Blue) = 184+5+204=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #B805CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805CC is #47FA33. Grayscale: #505050. Windows color (decimal): -4717108 or 13370808. OLE color: 13370808.
HSL color Cylindrical-coordinate representation of color #B805CC: hue angle of 293.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805CC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 5 | 204 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.2 |
| HSL | 293.97º | 0.95% | 0.41% | - |
| HSV(B) | 293.97º | 0.98% | 0.8% | - |
| XYZ | 30.72 | 14.66 | 58.34 | - |
| YUV | 81.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 204 | 0.10 | 0.98 | 0 | 0.2 | 293.97 | 0.95 | 0.41 |
| Hex | B8 | 5 | CC | A | 62 | 0 | 14 | 126 | 5F | 29 |
| Octal | 270 | 5 | 314 | 12 | 142 | 0 | 24 | 446 | 137 | 51 |
| Binary | 10111000 | 101 | 11001100 | 1010 | 1100010 | 0 | 10100 | 100100110 | 1011111 | 101001 |
Color Harmonies of #B805CC
Complementary color
Monochromatic Colors of #B805CC
Black with #B805CC
Text Example
Text Example
White with #B805CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805CC; }
p { color: rgb(184,5,204); }
H1.HeaderClassName
{
color: #B805CC;
}
.AnyTagClassName
{
color: #B805CC;
}
</style>
background-color css
<style>
a { background-color: #B805CC; }
a { background-color: rgb(184,5,204); }
div.DivClassName
{
background-color: #B805CC;
}
.BgClassName
{
background-color: #B805CC;
}
</style>
border-color css
<style>
span { border-color: #B805CC; }
span { border-color: rgb(184,5,204); }
td.TdClassName
{
border-color: #B805CC;
}
.TagClassName
{
border-color: #B805CC;
}
</style>