Shades of Deep Magenta #B200C5
Tints of Deep Magenta #B200C5
RGB
CMYK
RGB Variations
Color information
#B200C5 (or 0xB200C5) is known color: Deep Magenta. HEX triplet: B2, 00 and C5. RGB value is (178,0,197). Sum of RGB (Red+Green+Blue) = 178+0+197=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #B200C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200C5 is #4DFF3A. Grayscale: #4B4B4B. Windows color (decimal): -5111611 or 12910770. OLE color: 12910770.
HSL color Cylindrical-coordinate representation of color #B200C5: hue angle of 294.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200C5 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 0 | 197 | - |
| CMYK | 0.10 | 1 | 0 | 0.23 |
| HSL | 294.21º | 1% | 0.39% | - |
| HSV(B) | 294.21º | 1% | 0.77% | - |
| XYZ | 28.44 | 13.5 | 53.93 | - |
| YUV | 75.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 197 | 0.10 | 1 | 0 | 0.23 | 294.21 | 1 | 0.39 |
| Hex | B2 | 0 | C5 | A | 64 | 0 | 17 | 126 | 64 | 27 |
| Octal | 262 | 0 | 305 | 12 | 144 | 0 | 27 | 446 | 144 | 47 |
| Binary | 10110010 | 0 | 11000101 | 1010 | 1100100 | 0 | 10111 | 100100110 | 1100100 | 100111 |
Color Harmonies of #B200C5
Complementary color
Monochromatic Colors of #B200C5
Black with #B200C5
Text Example
Text Example
White with #B200C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200C5; }
p { color: rgb(178,0,197); }
H1.HeaderClassName
{
color: #B200C5;
}
.AnyTagClassName
{
color: #B200C5;
}
</style>
background-color css
<style>
a { background-color: #B200C5; }
a { background-color: rgb(178,0,197); }
div.DivClassName
{
background-color: #B200C5;
}
.BgClassName
{
background-color: #B200C5;
}
</style>
border-color css
<style>
span { border-color: #B200C5; }
span { border-color: rgb(178,0,197); }
td.TdClassName
{
border-color: #B200C5;
}
.TagClassName
{
border-color: #B200C5;
}
</style>