Shades of Deep Magenta #B008C7
Tints of Deep Magenta #B008C7
RGB
CMYK
RGB Variations
Color information
#B008C7 (or 0xB008C7) is known color: Deep Magenta. HEX triplet: B0, 08 and C7. RGB value is (176,8,199). Sum of RGB (Red+Green+Blue) = 176+8+199=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #B008C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008C7 is #4FF738. Grayscale: #4F4F4F. Windows color (decimal): -5240633 or 13043888. OLE color: 13043888.
HSL color Cylindrical-coordinate representation of color #B008C7: hue angle of 292.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008C7 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 8 | 199 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.22 |
| HSL | 292.77º | 0.92% | 0.41% | - |
| HSV(B) | 292.77º | 0.96% | 0.78% | - |
| XYZ | 28.3 | 13.53 | 55.15 | - |
| YUV | 80.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 199 | 0.12 | 0.96 | 0 | 0.22 | 292.77 | 0.92 | 0.41 |
| Hex | B0 | 8 | C7 | C | 60 | 0 | 16 | 125 | 5C | 29 |
| Octal | 260 | 10 | 307 | 14 | 140 | 0 | 26 | 445 | 134 | 51 |
| Binary | 10110000 | 1000 | 11000111 | 1100 | 1100000 | 0 | 10110 | 100100101 | 1011100 | 101001 |
Color Harmonies of #B008C7
Complementary color
Monochromatic Colors of #B008C7
Black with #B008C7
Text Example
Text Example
White with #B008C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008C7; }
p { color: rgb(176,8,199); }
H1.HeaderClassName
{
color: #B008C7;
}
.AnyTagClassName
{
color: #B008C7;
}
</style>
background-color css
<style>
a { background-color: #B008C7; }
a { background-color: rgb(176,8,199); }
div.DivClassName
{
background-color: #B008C7;
}
.BgClassName
{
background-color: #B008C7;
}
</style>
border-color css
<style>
span { border-color: #B008C7; }
span { border-color: rgb(176,8,199); }
td.TdClassName
{
border-color: #B008C7;
}
.TagClassName
{
border-color: #B008C7;
}
</style>