Shades of Deep Magenta #B805BC
Tints of Deep Magenta #B805BC
RGB
CMYK
RGB Variations
Color information
#B805BC (or 0xB805BC) is known color: Deep Magenta. HEX triplet: B8, 05 and BC. RGB value is (184,5,188). Sum of RGB (Red+Green+Blue) = 184+5+188=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #B805BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805BC is #47FA43. Grayscale: #4E4E4E. Windows color (decimal): -4717124 or 12322232. OLE color: 12322232.
HSL color Cylindrical-coordinate representation of color #B805BC: hue angle of 298.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805BC is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 5 | 188 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.26 |
| HSL | 298.69º | 0.95% | 0.38% | - |
| HSV(B) | 298.69º | 0.97% | 0.74% | - |
| XYZ | 28.9 | 13.93 | 48.74 | - |
| YUV | 79.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 188 | 0.02 | 0.97 | 0 | 0.26 | 298.69 | 0.95 | 0.38 |
| Hex | B8 | 5 | BC | 2 | 61 | 0 | 1A | 12B | 5F | 26 |
| Octal | 270 | 5 | 274 | 2 | 141 | 0 | 32 | 453 | 137 | 46 |
| Binary | 10111000 | 101 | 10111100 | 10 | 1100001 | 0 | 11010 | 100101011 | 1011111 | 100110 |
Color Harmonies of #B805BC
Complementary color
Monochromatic Colors of #B805BC
Black with #B805BC
Text Example
Text Example
White with #B805BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805BC; }
p { color: rgb(184,5,188); }
H1.HeaderClassName
{
color: #B805BC;
}
.AnyTagClassName
{
color: #B805BC;
}
</style>
background-color css
<style>
a { background-color: #B805BC; }
a { background-color: rgb(184,5,188); }
div.DivClassName
{
background-color: #B805BC;
}
.BgClassName
{
background-color: #B805BC;
}
</style>
border-color css
<style>
span { border-color: #B805BC; }
span { border-color: rgb(184,5,188); }
td.TdClassName
{
border-color: #B805BC;
}
.TagClassName
{
border-color: #B805BC;
}
</style>