Shades of Deep Magenta #B200CB
Tints of Deep Magenta #B200CB
RGB
CMYK
RGB Variations
Color information
#B200CB (or 0xB200CB) is known color: Deep Magenta. HEX triplet: B2, 00 and CB. RGB value is (178,0,203). Sum of RGB (Red+Green+Blue) = 178+0+203=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #B200CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200CB is #4DFF34. Grayscale: #4B4B4B. Windows color (decimal): -5111605 or 13303986. OLE color: 13303986.
HSL color Cylindrical-coordinate representation of color #B200CB: hue angle of 292.61º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200CB is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 0 | 203 | - |
| CMYK | 0.12 | 1 | 0 | 0.20 |
| HSL | 292.61º | 1% | 0.4% | - |
| HSV(B) | 292.61º | 1% | 0.8% | - |
| XYZ | 29.14 | 13.78 | 57.62 | - |
| YUV | 76.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 203 | 0.12 | 1 | 0 | 0.20 | 292.61 | 1 | 0.4 |
| Hex | B2 | 0 | CB | C | 64 | 0 | 14 | 125 | 64 | 28 |
| Octal | 262 | 0 | 313 | 14 | 144 | 0 | 24 | 445 | 144 | 50 |
| Binary | 10110010 | 0 | 11001011 | 1100 | 1100100 | 0 | 10100 | 100100101 | 1100100 | 101000 |
Color Harmonies of #B200CB
Complementary color
Monochromatic Colors of #B200CB
Black with #B200CB
Text Example
Text Example
White with #B200CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200CB; }
p { color: rgb(178,0,203); }
H1.HeaderClassName
{
color: #B200CB;
}
.AnyTagClassName
{
color: #B200CB;
}
</style>
background-color css
<style>
a { background-color: #B200CB; }
a { background-color: rgb(178,0,203); }
div.DivClassName
{
background-color: #B200CB;
}
.BgClassName
{
background-color: #B200CB;
}
</style>
border-color css
<style>
span { border-color: #B200CB; }
span { border-color: rgb(178,0,203); }
td.TdClassName
{
border-color: #B200CB;
}
.TagClassName
{
border-color: #B200CB;
}
</style>