Shades of Deep Magenta #B81FB9
Tints of Deep Magenta #B81FB9
RGB
CMYK
RGB Variations
Color information
#B81FB9 (or 0xB81FB9) is known color: Deep Magenta. HEX triplet: B8, 1F and B9. RGB value is (184,31,185). Sum of RGB (Red+Green+Blue) = 184+31+185=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #B81FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FB9 is #47E046. Grayscale: #5D5D5D. Windows color (decimal): -4710471 or 12132280. OLE color: 12132280.
HSL color Cylindrical-coordinate representation of color #B81FB9: hue angle of 299.61º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81FB9 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 31 | 185 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.27 |
| HSL | 299.61º | 0.71% | 0.42% | - |
| HSV(B) | 299.61º | 0.83% | 0.73% | - |
| XYZ | 29.01 | 14.67 | 47.2 | - |
| YUV | 94.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 185 | 0.01 | 0.83 | 0 | 0.27 | 299.61 | 0.71 | 0.42 |
| Hex | B8 | 1F | B9 | 1 | 53 | 0 | 1B | 12C | 47 | 2A |
| Octal | 270 | 37 | 271 | 1 | 123 | 0 | 33 | 454 | 107 | 52 |
| Binary | 10111000 | 11111 | 10111001 | 1 | 1010011 | 0 | 11011 | 100101100 | 1000111 | 101010 |
Color Harmonies of #B81FB9
Complementary color
Monochromatic Colors of #B81FB9
Black with #B81FB9
Text Example
Text Example
White with #B81FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FB9; }
p { color: rgb(184,31,185); }
H1.HeaderClassName
{
color: #B81FB9;
}
.AnyTagClassName
{
color: #B81FB9;
}
</style>
background-color css
<style>
a { background-color: #B81FB9; }
a { background-color: rgb(184,31,185); }
div.DivClassName
{
background-color: #B81FB9;
}
.BgClassName
{
background-color: #B81FB9;
}
</style>
border-color css
<style>
span { border-color: #B81FB9; }
span { border-color: rgb(184,31,185); }
td.TdClassName
{
border-color: #B81FB9;
}
.TagClassName
{
border-color: #B81FB9;
}
</style>