Shades of Deep Magenta #B805BF
Tints of Deep Magenta #B805BF
RGB
CMYK
RGB Variations
Color information
#B805BF (or 0xB805BF) is known color: Deep Magenta. HEX triplet: B8, 05 and BF. RGB value is (184,5,191). Sum of RGB (Red+Green+Blue) = 184+5+191=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #B805BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805BF is #47FA40. Grayscale: #4F4F4F. Windows color (decimal): -4717121 or 12518840. OLE color: 12518840.
HSL color Cylindrical-coordinate representation of color #B805BF: hue angle of 297.74º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805BF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 5 | 191 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.25 |
| HSL | 297.74º | 0.95% | 0.38% | - |
| HSV(B) | 297.74º | 0.97% | 0.75% | - |
| XYZ | 29.23 | 14.06 | 50.46 | - |
| YUV | 79.73 | 190.8 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 191 | 0.04 | 0.97 | 0 | 0.25 | 297.74 | 0.95 | 0.38 |
| Hex | B8 | 5 | BF | 4 | 61 | 0 | 19 | 12A | 5F | 26 |
| Octal | 270 | 5 | 277 | 4 | 141 | 0 | 31 | 452 | 137 | 46 |
| Binary | 10111000 | 101 | 10111111 | 100 | 1100001 | 0 | 11001 | 100101010 | 1011111 | 100110 |
Color Harmonies of #B805BF
Complementary color
Monochromatic Colors of #B805BF
Black with #B805BF
Text Example
Text Example
White with #B805BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805BF; }
p { color: rgb(184,5,191); }
H1.HeaderClassName
{
color: #B805BF;
}
.AnyTagClassName
{
color: #B805BF;
}
</style>
background-color css
<style>
a { background-color: #B805BF; }
a { background-color: rgb(184,5,191); }
div.DivClassName
{
background-color: #B805BF;
}
.BgClassName
{
background-color: #B805BF;
}
</style>
border-color css
<style>
span { border-color: #B805BF; }
span { border-color: rgb(184,5,191); }
td.TdClassName
{
border-color: #B805BF;
}
.TagClassName
{
border-color: #B805BF;
}
</style>