Shades of Deep Magenta #B800C3
Tints of Deep Magenta #B800C3
RGB
CMYK
RGB Variations
Color information
#B800C3 (or 0xB800C3) is known color: Deep Magenta. HEX triplet: B8, 00 and C3. RGB value is (184,0,195). Sum of RGB (Red+Green+Blue) = 184+0+195=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #B800C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800C3 is #47FF3C. Grayscale: #4C4C4C. Windows color (decimal): -4718397 or 12779704. OLE color: 12779704.
HSL color Cylindrical-coordinate representation of color #B800C3: hue angle of 296.62º 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 #B800C3 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 0 | 195 | - |
| CMYK | 0.06 | 1 | 0 | 0.24 |
| HSL | 296.62º | 1% | 0.38% | - |
| HSV(B) | 296.62º | 1% | 0.76% | - |
| XYZ | 29.62 | 14.13 | 52.8 | - |
| YUV | 77.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 195 | 0.06 | 1 | 0 | 0.24 | 296.62 | 1 | 0.38 |
| Hex | B8 | 0 | C3 | 6 | 64 | 0 | 18 | 129 | 64 | 26 |
| Octal | 270 | 0 | 303 | 6 | 144 | 0 | 30 | 451 | 144 | 46 |
| Binary | 10111000 | 0 | 11000011 | 110 | 1100100 | 0 | 11000 | 100101001 | 1100100 | 100110 |
Color Harmonies of #B800C3
Complementary color
Monochromatic Colors of #B800C3
Black with #B800C3
Text Example
Text Example
White with #B800C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800C3; }
p { color: rgb(184,0,195); }
H1.HeaderClassName
{
color: #B800C3;
}
.AnyTagClassName
{
color: #B800C3;
}
</style>
background-color css
<style>
a { background-color: #B800C3; }
a { background-color: rgb(184,0,195); }
div.DivClassName
{
background-color: #B800C3;
}
.BgClassName
{
background-color: #B800C3;
}
</style>
border-color css
<style>
span { border-color: #B800C3; }
span { border-color: rgb(184,0,195); }
td.TdClassName
{
border-color: #B800C3;
}
.TagClassName
{
border-color: #B800C3;
}
</style>