Shades of Deep Magenta #B005B8
Tints of Deep Magenta #B005B8
RGB
CMYK
RGB Variations
Color information
#B005B8 (or 0xB005B8) is known color: Deep Magenta. HEX triplet: B0, 05 and B8. RGB value is (176,5,184). Sum of RGB (Red+Green+Blue) = 176+5+184=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #B005B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005B8 is #4FFA47. Grayscale: #4B4B4B. Windows color (decimal): -5241416 or 12060080. OLE color: 12060080.
HSL color Cylindrical-coordinate representation of color #B005B8: hue angle of 297.32º 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 #B005B8 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 5 | 184 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.28 |
| HSL | 297.32º | 0.95% | 0.37% | - |
| HSV(B) | 297.32º | 0.97% | 0.72% | - |
| XYZ | 26.61 | 12.8 | 46.42 | - |
| YUV | 76.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 184 | 0.04 | 0.97 | 0 | 0.28 | 297.32 | 0.95 | 0.37 |
| Hex | B0 | 5 | B8 | 4 | 61 | 0 | 1C | 129 | 5F | 25 |
| Octal | 260 | 5 | 270 | 4 | 141 | 0 | 34 | 451 | 137 | 45 |
| Binary | 10110000 | 101 | 10111000 | 100 | 1100001 | 0 | 11100 | 100101001 | 1011111 | 100101 |
Color Harmonies of #B005B8
Complementary color
Monochromatic Colors of #B005B8
Black with #B005B8
Text Example
Text Example
White with #B005B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005B8; }
p { color: rgb(176,5,184); }
H1.HeaderClassName
{
color: #B005B8;
}
.AnyTagClassName
{
color: #B005B8;
}
</style>
background-color css
<style>
a { background-color: #B005B8; }
a { background-color: rgb(176,5,184); }
div.DivClassName
{
background-color: #B005B8;
}
.BgClassName
{
background-color: #B005B8;
}
</style>
border-color css
<style>
span { border-color: #B005B8; }
span { border-color: rgb(176,5,184); }
td.TdClassName
{
border-color: #B005B8;
}
.TagClassName
{
border-color: #B005B8;
}
</style>