Shades of Deep Magenta #B208C8
Tints of Deep Magenta #B208C8
RGB
CMYK
RGB Variations
Color information
#B208C8 (or 0xB208C8) is known color: Deep Magenta. HEX triplet: B2, 08 and C8. RGB value is (178,8,200). Sum of RGB (Red+Green+Blue) = 178+8+200=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #B208C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B208C8 is #4DF737. Grayscale: #505050. Windows color (decimal): -5109560 or 13109426. OLE color: 13109426.
HSL color Cylindrical-coordinate representation of color #B208C8: hue angle of 293.12º 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 #B208C8 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 8 | 200 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.22 |
| HSL | 293.13º | 0.92% | 0.41% | - |
| HSV(B) | 293.13º | 0.96% | 0.78% | - |
| XYZ | 28.87 | 13.81 | 55.79 | - |
| YUV | 80.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 200 | 0.11 | 0.96 | 0 | 0.22 | 293.13 | 0.92 | 0.41 |
| Hex | B2 | 8 | C8 | B | 60 | 0 | 16 | 125 | 5C | 29 |
| Octal | 262 | 10 | 310 | 13 | 140 | 0 | 26 | 445 | 134 | 51 |
| Binary | 10110010 | 1000 | 11001000 | 1011 | 1100000 | 0 | 10110 | 100100101 | 1011100 | 101001 |
Color Harmonies of #B208C8
Complementary color
Monochromatic Colors of #B208C8
Black with #B208C8
Text Example
Text Example
White with #B208C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B208C8; }
p { color: rgb(178,8,200); }
H1.HeaderClassName
{
color: #B208C8;
}
.AnyTagClassName
{
color: #B208C8;
}
</style>
background-color css
<style>
a { background-color: #B208C8; }
a { background-color: rgb(178,8,200); }
div.DivClassName
{
background-color: #B208C8;
}
.BgClassName
{
background-color: #B208C8;
}
</style>
border-color css
<style>
span { border-color: #B208C8; }
span { border-color: rgb(178,8,200); }
td.TdClassName
{
border-color: #B208C8;
}
.TagClassName
{
border-color: #B208C8;
}
</style>