Shades of Deep Magenta #B200B9
Tints of Deep Magenta #B200B9
RGB
CMYK
RGB Variations
Color information
#B200B9 (or 0xB200B9) is known color: Deep Magenta. HEX triplet: B2, 00 and B9. RGB value is (178,0,185). Sum of RGB (Red+Green+Blue) = 178+0+185=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #B200B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200B9 is #4DFF46. Grayscale: #494949. Windows color (decimal): -5111623 or 12124338. OLE color: 12124338.
HSL color Cylindrical-coordinate representation of color #B200B9: hue angle of 297.73º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200B9 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 0 | 185 | - |
| CMYK | 0.04 | 1 | 0 | 0.27 |
| HSL | 297.73º | 1% | 0.36% | - |
| HSV(B) | 297.73º | 1% | 0.73% | - |
| XYZ | 27.12 | 12.97 | 46.97 | - |
| YUV | 74.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 185 | 0.04 | 1 | 0 | 0.27 | 297.73 | 1 | 0.36 |
| Hex | B2 | 0 | B9 | 4 | 64 | 0 | 1B | 12A | 64 | 24 |
| Octal | 262 | 0 | 271 | 4 | 144 | 0 | 33 | 452 | 144 | 44 |
| Binary | 10110010 | 0 | 10111001 | 100 | 1100100 | 0 | 11011 | 100101010 | 1100100 | 100100 |
Color Harmonies of #B200B9
Complementary color
Monochromatic Colors of #B200B9
Black with #B200B9
Text Example
Text Example
White with #B200B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200B9; }
p { color: rgb(178,0,185); }
H1.HeaderClassName
{
color: #B200B9;
}
.AnyTagClassName
{
color: #B200B9;
}
</style>
background-color css
<style>
a { background-color: #B200B9; }
a { background-color: rgb(178,0,185); }
div.DivClassName
{
background-color: #B200B9;
}
.BgClassName
{
background-color: #B200B9;
}
</style>
border-color css
<style>
span { border-color: #B200B9; }
span { border-color: rgb(178,0,185); }
td.TdClassName
{
border-color: #B200B9;
}
.TagClassName
{
border-color: #B200B9;
}
</style>