Shades of Deep Magenta #B800C2
Tints of Deep Magenta #B800C2
RGB
CMYK
RGB Variations
Color information
#B800C2 (or 0xB800C2) is known color: Deep Magenta. HEX triplet: B8, 00 and C2. RGB value is (184,0,194). Sum of RGB (Red+Green+Blue) = 184+0+194=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #B800C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800C2 is #47FF3D. Grayscale: #4C4C4C. Windows color (decimal): -4718398 or 12714168. OLE color: 12714168.
HSL color Cylindrical-coordinate representation of color #B800C2: hue angle of 296.91º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800C2 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 0 | 194 | - |
| CMYK | 0.05 | 1 | 0 | 0.24 |
| HSL | 296.91º | 1% | 0.38% | - |
| HSV(B) | 296.91º | 1% | 0.76% | - |
| XYZ | 29.5 | 14.09 | 52.2 | - |
| YUV | 77.13 | 193.96 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 194 | 0.05 | 1 | 0 | 0.24 | 296.91 | 1 | 0.38 |
| Hex | B8 | 0 | C2 | 5 | 64 | 0 | 18 | 129 | 64 | 26 |
| Octal | 270 | 0 | 302 | 5 | 144 | 0 | 30 | 451 | 144 | 46 |
| Binary | 10111000 | 0 | 11000010 | 101 | 1100100 | 0 | 11000 | 100101001 | 1100100 | 100110 |
Color Harmonies of #B800C2
Complementary color
Monochromatic Colors of #B800C2
Black with #B800C2
Text Example
Text Example
White with #B800C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800C2; }
p { color: rgb(184,0,194); }
H1.HeaderClassName
{
color: #B800C2;
}
.AnyTagClassName
{
color: #B800C2;
}
</style>
background-color css
<style>
a { background-color: #B800C2; }
a { background-color: rgb(184,0,194); }
div.DivClassName
{
background-color: #B800C2;
}
.BgClassName
{
background-color: #B800C2;
}
</style>
border-color css
<style>
span { border-color: #B800C2; }
span { border-color: rgb(184,0,194); }
td.TdClassName
{
border-color: #B800C2;
}
.TagClassName
{
border-color: #B800C2;
}
</style>