Shades of Deep Magenta #B81FC1
Tints of Deep Magenta #B81FC1
RGB
CMYK
RGB Variations
Color information
#B81FC1 (or 0xB81FC1) is known color: Deep Magenta. HEX triplet: B8, 1F and C1. RGB value is (184,31,193). Sum of RGB (Red+Green+Blue) = 184+31+193=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #B81FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FC1 is #47E03E. Grayscale: #5E5E5E. Windows color (decimal): -4710463 or 12656568. OLE color: 12656568.
HSL color Cylindrical-coordinate representation of color #B81FC1: hue angle of 296.67º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81FC1 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 31 | 193 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.24 |
| HSL | 296.67º | 0.72% | 0.44% | - |
| HSV(B) | 296.67º | 0.84% | 0.76% | - |
| XYZ | 29.88 | 15.02 | 51.78 | - |
| YUV | 95.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 193 | 0.05 | 0.84 | 0 | 0.24 | 296.67 | 0.72 | 0.44 |
| Hex | B8 | 1F | C1 | 5 | 54 | 0 | 18 | 129 | 48 | 2C |
| Octal | 270 | 37 | 301 | 5 | 124 | 0 | 30 | 451 | 110 | 54 |
| Binary | 10111000 | 11111 | 11000001 | 101 | 1010100 | 0 | 11000 | 100101001 | 1001000 | 101100 |
Color Harmonies of #B81FC1
Complementary color
Monochromatic Colors of #B81FC1
Black with #B81FC1
Text Example
Text Example
White with #B81FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FC1; }
p { color: rgb(184,31,193); }
H1.HeaderClassName
{
color: #B81FC1;
}
.AnyTagClassName
{
color: #B81FC1;
}
</style>
background-color css
<style>
a { background-color: #B81FC1; }
a { background-color: rgb(184,31,193); }
div.DivClassName
{
background-color: #B81FC1;
}
.BgClassName
{
background-color: #B81FC1;
}
</style>
border-color css
<style>
span { border-color: #B81FC1; }
span { border-color: rgb(184,31,193); }
td.TdClassName
{
border-color: #B81FC1;
}
.TagClassName
{
border-color: #B81FC1;
}
</style>