Shades of Deep Magenta #B200CF
Tints of Deep Magenta #B200CF
RGB
CMYK
RGB Variations
Color information
#B200CF (or 0xB200CF) is known color: Deep Magenta. HEX triplet: B2, 00 and CF. RGB value is (178,0,207). Sum of RGB (Red+Green+Blue) = 178+0+207=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #B200CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200CF is #4DFF30. Grayscale: #4C4C4C. Windows color (decimal): -5111601 or 13566130. OLE color: 13566130.
HSL color Cylindrical-coordinate representation of color #B200CF: hue angle of 291.59º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200CF is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 0 | 207 | - |
| CMYK | 0.14 | 1 | 0 | 0.19 |
| HSL | 291.59º | 1% | 0.41% | - |
| HSV(B) | 291.59º | 1% | 0.81% | - |
| XYZ | 29.62 | 13.97 | 60.17 | - |
| YUV | 76.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 207 | 0.14 | 1 | 0 | 0.19 | 291.59 | 1 | 0.41 |
| Hex | B2 | 0 | CF | E | 64 | 0 | 13 | 124 | 64 | 29 |
| Octal | 262 | 0 | 317 | 16 | 144 | 0 | 23 | 444 | 144 | 51 |
| Binary | 10110010 | 0 | 11001111 | 1110 | 1100100 | 0 | 10011 | 100100100 | 1100100 | 101001 |
Color Harmonies of #B200CF
Complementary color
Monochromatic Colors of #B200CF
Black with #B200CF
Text Example
Text Example
White with #B200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200CF; }
p { color: rgb(178,0,207); }
H1.HeaderClassName
{
color: #B200CF;
}
.AnyTagClassName
{
color: #B200CF;
}
</style>
background-color css
<style>
a { background-color: #B200CF; }
a { background-color: rgb(178,0,207); }
div.DivClassName
{
background-color: #B200CF;
}
.BgClassName
{
background-color: #B200CF;
}
</style>
border-color css
<style>
span { border-color: #B200CF; }
span { border-color: rgb(178,0,207); }
td.TdClassName
{
border-color: #B200CF;
}
.TagClassName
{
border-color: #B200CF;
}
</style>