Shades of Deep Magenta #B201C8
Tints of Deep Magenta #B201C8
RGB
CMYK
RGB Variations
Color information
#B201C8 (or 0xB201C8) is known color: Deep Magenta. HEX triplet: B2, 01 and C8. RGB value is (178,1,200). Sum of RGB (Red+Green+Blue) = 178+1+200=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #B201C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201C8 is #4DFE37. Grayscale: #4B4B4B. Windows color (decimal): -5111352 or 13107634. OLE color: 13107634.
HSL color Cylindrical-coordinate representation of color #B201C8: hue angle of 293.37º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201C8 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 1 | 200 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.22 |
| HSL | 293.37º | 0.99% | 0.39% | - |
| HSV(B) | 293.37º | 1% | 0.78% | - |
| XYZ | 28.8 | 13.66 | 55.76 | - |
| YUV | 76.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 200 | 0.11 | 1.00 | 0 | 0.22 | 293.37 | 0.99 | 0.39 |
| Hex | B2 | 1 | C8 | B | 64 | 0 | 16 | 125 | 63 | 27 |
| Octal | 262 | 1 | 310 | 13 | 144 | 0 | 26 | 445 | 143 | 47 |
| Binary | 10110010 | 1 | 11001000 | 1011 | 1100100 | 0 | 10110 | 100100101 | 1100011 | 100111 |
Color Harmonies of #B201C8
Complementary color
Monochromatic Colors of #B201C8
Black with #B201C8
Text Example
Text Example
White with #B201C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201C8; }
p { color: rgb(178,1,200); }
H1.HeaderClassName
{
color: #B201C8;
}
.AnyTagClassName
{
color: #B201C8;
}
</style>
background-color css
<style>
a { background-color: #B201C8; }
a { background-color: rgb(178,1,200); }
div.DivClassName
{
background-color: #B201C8;
}
.BgClassName
{
background-color: #B201C8;
}
</style>
border-color css
<style>
span { border-color: #B201C8; }
span { border-color: rgb(178,1,200); }
td.TdClassName
{
border-color: #B201C8;
}
.TagClassName
{
border-color: #B201C8;
}
</style>