Shades of Deep Magenta #B008C8
Tints of Deep Magenta #B008C8
RGB
CMYK
RGB Variations
Color information
#B008C8 (or 0xB008C8) is known color: Deep Magenta. HEX triplet: B0, 08 and C8. RGB value is (176,8,200). Sum of RGB (Red+Green+Blue) = 176+8+200=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #B008C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008C8 is #4FF737. Grayscale: #4F4F4F. Windows color (decimal): -5240632 or 13109424. OLE color: 13109424.
HSL color Cylindrical-coordinate representation of color #B008C8: hue angle of 292.5º 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 #B008C8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 8 | 200 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.22 |
| HSL | 292.5º | 0.92% | 0.41% | - |
| HSV(B) | 292.5º | 0.96% | 0.78% | - |
| XYZ | 28.42 | 13.57 | 55.77 | - |
| YUV | 80.12 | 195.66 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 200 | 0.12 | 0.96 | 0 | 0.22 | 292.5 | 0.92 | 0.41 |
| Hex | B0 | 8 | C8 | C | 60 | 0 | 16 | 124 | 5C | 29 |
| Octal | 260 | 10 | 310 | 14 | 140 | 0 | 26 | 444 | 134 | 51 |
| Binary | 10110000 | 1000 | 11001000 | 1100 | 1100000 | 0 | 10110 | 100100100 | 1011100 | 101001 |
Color Harmonies of #B008C8
Complementary color
Monochromatic Colors of #B008C8
Black with #B008C8
Text Example
Text Example
White with #B008C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008C8; }
p { color: rgb(176,8,200); }
H1.HeaderClassName
{
color: #B008C8;
}
.AnyTagClassName
{
color: #B008C8;
}
</style>
background-color css
<style>
a { background-color: #B008C8; }
a { background-color: rgb(176,8,200); }
div.DivClassName
{
background-color: #B008C8;
}
.BgClassName
{
background-color: #B008C8;
}
</style>
border-color css
<style>
span { border-color: #B008C8; }
span { border-color: rgb(176,8,200); }
td.TdClassName
{
border-color: #B008C8;
}
.TagClassName
{
border-color: #B008C8;
}
</style>