Shades of Deep Magenta #B81CC2
Tints of Deep Magenta #B81CC2
RGB
CMYK
RGB Variations
Color information
#B81CC2 (or 0xB81CC2) is known color: Deep Magenta. HEX triplet: B8, 1C and C2. RGB value is (184,28,194). Sum of RGB (Red+Green+Blue) = 184+28+194=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #B81CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CC2 is #47E33D. Grayscale: #5D5D5D. Windows color (decimal): -4711230 or 12721336. OLE color: 12721336.
HSL color Cylindrical-coordinate representation of color #B81CC2: hue angle of 296.39º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81CC2 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 28 | 194 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.24 |
| HSL | 296.39º | 0.75% | 0.44% | - |
| HSV(B) | 296.39º | 0.86% | 0.76% | - |
| XYZ | 29.92 | 14.92 | 52.34 | - |
| YUV | 93.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 194 | 0.05 | 0.86 | 0 | 0.24 | 296.39 | 0.75 | 0.44 |
| Hex | B8 | 1C | C2 | 5 | 56 | 0 | 18 | 128 | 4B | 2C |
| Octal | 270 | 34 | 302 | 5 | 126 | 0 | 30 | 450 | 113 | 54 |
| Binary | 10111000 | 11100 | 11000010 | 101 | 1010110 | 0 | 11000 | 100101000 | 1001011 | 101100 |
Color Harmonies of #B81CC2
Complementary color
Monochromatic Colors of #B81CC2
Black with #B81CC2
Text Example
Text Example
White with #B81CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CC2; }
p { color: rgb(184,28,194); }
H1.HeaderClassName
{
color: #B81CC2;
}
.AnyTagClassName
{
color: #B81CC2;
}
</style>
background-color css
<style>
a { background-color: #B81CC2; }
a { background-color: rgb(184,28,194); }
div.DivClassName
{
background-color: #B81CC2;
}
.BgClassName
{
background-color: #B81CC2;
}
</style>
border-color css
<style>
span { border-color: #B81CC2; }
span { border-color: rgb(184,28,194); }
td.TdClassName
{
border-color: #B81CC2;
}
.TagClassName
{
border-color: #B81CC2;
}
</style>