Shades of Deep Magenta #B008B8
Tints of Deep Magenta #B008B8
RGB
CMYK
RGB Variations
Color information
#B008B8 (or 0xB008B8) is known color: Deep Magenta. HEX triplet: B0, 08 and B8. RGB value is (176,8,184). Sum of RGB (Red+Green+Blue) = 176+8+184=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #B008B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008B8 is #4FF747. Grayscale: #4D4D4D. Windows color (decimal): -5240648 or 12060848. OLE color: 12060848.
HSL color Cylindrical-coordinate representation of color #B008B8: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008B8 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 8 | 184 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.28 |
| HSL | 297.27º | 0.92% | 0.38% | - |
| HSV(B) | 297.27º | 0.96% | 0.72% | - |
| XYZ | 26.64 | 12.86 | 46.43 | - |
| YUV | 78.3 | 187.66 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 184 | 0.04 | 0.96 | 0 | 0.28 | 297.27 | 0.92 | 0.38 |
| Hex | B0 | 8 | B8 | 4 | 60 | 0 | 1C | 129 | 5C | 26 |
| Octal | 260 | 10 | 270 | 4 | 140 | 0 | 34 | 451 | 134 | 46 |
| Binary | 10110000 | 1000 | 10111000 | 100 | 1100000 | 0 | 11100 | 100101001 | 1011100 | 100110 |
Color Harmonies of #B008B8
Complementary color
Monochromatic Colors of #B008B8
Black with #B008B8
Text Example
Text Example
White with #B008B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008B8; }
p { color: rgb(176,8,184); }
H1.HeaderClassName
{
color: #B008B8;
}
.AnyTagClassName
{
color: #B008B8;
}
</style>
background-color css
<style>
a { background-color: #B008B8; }
a { background-color: rgb(176,8,184); }
div.DivClassName
{
background-color: #B008B8;
}
.BgClassName
{
background-color: #B008B8;
}
</style>
border-color css
<style>
span { border-color: #B008B8; }
span { border-color: rgb(176,8,184); }
td.TdClassName
{
border-color: #B008B8;
}
.TagClassName
{
border-color: #B008B8;
}
</style>