Shades of Deep Magenta #B008B1
Tints of Deep Magenta #B008B1
RGB
CMYK
RGB Variations
Color information
#B008B1 (or 0xB008B1) is known color: Deep Magenta. HEX triplet: B0, 08 and B1. RGB value is (176,8,177). Sum of RGB (Red+Green+Blue) = 176+8+177=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #B008B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B008B1 is #4FF74E. Grayscale: #4C4C4C. Windows color (decimal): -5240655 or 11602096. OLE color: 11602096.
HSL color Cylindrical-coordinate representation of color #B008B1: hue angle of 299.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B008B1 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 177 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.31 |
| HSL | 299.65º | 0.91% | 0.36% | - |
| HSV(B) | 299.65º | 0.95% | 0.69% | - |
| XYZ | 25.93 | 12.58 | 42.66 | - |
| YUV | 77.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 177 | 0.01 | 0.95 | 0 | 0.31 | 299.65 | 0.91 | 0.36 |
| Hex | B0 | 8 | B1 | 1 | 5F | 0 | 1F | 12C | 5B | 24 |
| Octal | 260 | 10 | 261 | 1 | 137 | 0 | 37 | 454 | 133 | 44 |
| Binary | 10110000 | 1000 | 10110001 | 1 | 1011111 | 0 | 11111 | 100101100 | 1011011 | 100100 |
Color Harmonies of #B008B1
Complementary color
Monochromatic Colors of #B008B1
Black with #B008B1
Text Example
Text Example
White with #B008B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008B1; }
p { color: rgb(176,8,177); }
H1.HeaderClassName
{
color: #B008B1;
}
.AnyTagClassName
{
color: #B008B1;
}
</style>
background-color css
<style>
a { background-color: #B008B1; }
a { background-color: rgb(176,8,177); }
div.DivClassName
{
background-color: #B008B1;
}
.BgClassName
{
background-color: #B008B1;
}
</style>
border-color css
<style>
span { border-color: #B008B1; }
span { border-color: rgb(176,8,177); }
td.TdClassName
{
border-color: #B008B1;
}
.TagClassName
{
border-color: #B008B1;
}
</style>