Shades of Deep Magenta #B805B0
Tints of Deep Magenta #B805B0
RGB
CMYK
RGB Variations
Color information
#B805B0 (or 0xB805B0) is known color: Deep Magenta. HEX triplet: B8, 05 and B0. RGB value is (184,5,176). Sum of RGB (Red+Green+Blue) = 184+5+176=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B805B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805B0 is #47FA4F. Grayscale: #4D4D4D. Windows color (decimal): -4717136 or 11535800. OLE color: 11535800.
HSL color Cylindrical-coordinate representation of color #B805B0: hue angle of 302.68º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805B0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 176 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.28 |
| HSL | 302.68º | 0.95% | 0.37% | - |
| HSV(B) | 302.68º | 0.97% | 0.72% | - |
| XYZ | 27.66 | 13.43 | 42.21 | - |
| YUV | 78.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 176 | 0 | 0.97 | 0.04 | 0.28 | 302.68 | 0.95 | 0.37 |
| Hex | B8 | 5 | B0 | 0 | 61 | 4 | 1C | 12F | 5F | 25 |
| Octal | 270 | 5 | 260 | 0 | 141 | 4 | 34 | 457 | 137 | 45 |
| Binary | 10111000 | 101 | 10110000 | 0 | 1100001 | 100 | 11100 | 100101111 | 1011111 | 100101 |
Color Harmonies of #B805B0
Complementary color
Monochromatic Colors of #B805B0
Black with #B805B0
Text Example
Text Example
White with #B805B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805B0; }
p { color: rgb(184,5,176); }
H1.HeaderClassName
{
color: #B805B0;
}
.AnyTagClassName
{
color: #B805B0;
}
</style>
background-color css
<style>
a { background-color: #B805B0; }
a { background-color: rgb(184,5,176); }
div.DivClassName
{
background-color: #B805B0;
}
.BgClassName
{
background-color: #B805B0;
}
</style>
border-color css
<style>
span { border-color: #B805B0; }
span { border-color: rgb(184,5,176); }
td.TdClassName
{
border-color: #B805B0;
}
.TagClassName
{
border-color: #B805B0;
}
</style>