Shades of Deep Magenta #B81EC3
Tints of Deep Magenta #B81EC3
RGB
CMYK
RGB Variations
Color information
#B81EC3 (or 0xB81EC3) is known color: Deep Magenta. HEX triplet: B8, 1E and C3. RGB value is (184,30,195). Sum of RGB (Red+Green+Blue) = 184+30+195=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #B81EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EC3 is #47E13C. Grayscale: #5E5E5E. Windows color (decimal): -4710717 or 12787384. OLE color: 12787384.
HSL color Cylindrical-coordinate representation of color #B81EC3: hue angle of 296º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81EC3 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 30 | 195 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.24 |
| HSL | 296º | 0.73% | 0.44% | - |
| HSV(B) | 296º | 0.85% | 0.76% | - |
| XYZ | 30.08 | 15.06 | 52.95 | - |
| YUV | 94.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 195 | 0.06 | 0.85 | 0 | 0.24 | 296 | 0.73 | 0.44 |
| Hex | B8 | 1E | C3 | 6 | 55 | 0 | 18 | 128 | 49 | 2C |
| Octal | 270 | 36 | 303 | 6 | 125 | 0 | 30 | 450 | 111 | 54 |
| Binary | 10111000 | 11110 | 11000011 | 110 | 1010101 | 0 | 11000 | 100101000 | 1001001 | 101100 |
Color Harmonies of #B81EC3
Complementary color
Monochromatic Colors of #B81EC3
Black with #B81EC3
Text Example
Text Example
White with #B81EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EC3; }
p { color: rgb(184,30,195); }
H1.HeaderClassName
{
color: #B81EC3;
}
.AnyTagClassName
{
color: #B81EC3;
}
</style>
background-color css
<style>
a { background-color: #B81EC3; }
a { background-color: rgb(184,30,195); }
div.DivClassName
{
background-color: #B81EC3;
}
.BgClassName
{
background-color: #B81EC3;
}
</style>
border-color css
<style>
span { border-color: #B81EC3; }
span { border-color: rgb(184,30,195); }
td.TdClassName
{
border-color: #B81EC3;
}
.TagClassName
{
border-color: #B81EC3;
}
</style>