Shades of Deep Magenta #B81FBD
Tints of Deep Magenta #B81FBD
RGB
CMYK
RGB Variations
Color information
#B81FBD (or 0xB81FBD) is known color: Deep Magenta. HEX triplet: B8, 1F and BD. RGB value is (184,31,189). Sum of RGB (Red+Green+Blue) = 184+31+189=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #B81FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FBD is #47E042. Grayscale: #5E5E5E. Windows color (decimal): -4710467 or 12394424. OLE color: 12394424.
HSL color Cylindrical-coordinate representation of color #B81FBD: hue angle of 298.1º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81FBD is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 31 | 189 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.26 |
| HSL | 298.1º | 0.72% | 0.43% | - |
| HSV(B) | 298.1º | 0.84% | 0.74% | - |
| XYZ | 29.44 | 14.84 | 49.46 | - |
| YUV | 94.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 189 | 0.03 | 0.84 | 0 | 0.26 | 298.1 | 0.72 | 0.43 |
| Hex | B8 | 1F | BD | 3 | 54 | 0 | 1A | 12A | 48 | 2B |
| Octal | 270 | 37 | 275 | 3 | 124 | 0 | 32 | 452 | 110 | 53 |
| Binary | 10111000 | 11111 | 10111101 | 11 | 1010100 | 0 | 11010 | 100101010 | 1001000 | 101011 |
Color Harmonies of #B81FBD
Complementary color
Monochromatic Colors of #B81FBD
Black with #B81FBD
Text Example
Text Example
White with #B81FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FBD; }
p { color: rgb(184,31,189); }
H1.HeaderClassName
{
color: #B81FBD;
}
.AnyTagClassName
{
color: #B81FBD;
}
</style>
background-color css
<style>
a { background-color: #B81FBD; }
a { background-color: rgb(184,31,189); }
div.DivClassName
{
background-color: #B81FBD;
}
.BgClassName
{
background-color: #B81FBD;
}
</style>
border-color css
<style>
span { border-color: #B81FBD; }
span { border-color: rgb(184,31,189); }
td.TdClassName
{
border-color: #B81FBD;
}
.TagClassName
{
border-color: #B81FBD;
}
</style>