Shades of Deep Magenta #B81BBA
Tints of Deep Magenta #B81BBA
RGB
CMYK
RGB Variations
Color information
#B81BBA (or 0xB81BBA) is known color: Deep Magenta. HEX triplet: B8, 1B and BA. RGB value is (184,27,186). Sum of RGB (Red+Green+Blue) = 184+27+186=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #B81BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81BBA is #47E445. Grayscale: #5B5B5B. Windows color (decimal): -4711494 or 12196792. OLE color: 12196792.
HSL color Cylindrical-coordinate representation of color #B81BBA: hue angle of 299.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81BBA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 27 | 186 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.27 |
| HSL | 299.25º | 0.75% | 0.42% | - |
| HSV(B) | 299.25º | 0.85% | 0.73% | - |
| XYZ | 29.02 | 14.52 | 47.73 | - |
| YUV | 92.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 186 | 0.01 | 0.85 | 0 | 0.27 | 299.25 | 0.75 | 0.42 |
| Hex | B8 | 1B | BA | 1 | 55 | 0 | 1B | 12B | 4B | 2A |
| Octal | 270 | 33 | 272 | 1 | 125 | 0 | 33 | 453 | 113 | 52 |
| Binary | 10111000 | 11011 | 10111010 | 1 | 1010101 | 0 | 11011 | 100101011 | 1001011 | 101010 |
Color Harmonies of #B81BBA
Complementary color
Monochromatic Colors of #B81BBA
Black with #B81BBA
Text Example
Text Example
White with #B81BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BBA; }
p { color: rgb(184,27,186); }
H1.HeaderClassName
{
color: #B81BBA;
}
.AnyTagClassName
{
color: #B81BBA;
}
</style>
background-color css
<style>
a { background-color: #B81BBA; }
a { background-color: rgb(184,27,186); }
div.DivClassName
{
background-color: #B81BBA;
}
.BgClassName
{
background-color: #B81BBA;
}
</style>
border-color css
<style>
span { border-color: #B81BBA; }
span { border-color: rgb(184,27,186); }
td.TdClassName
{
border-color: #B81BBA;
}
.TagClassName
{
border-color: #B81BBA;
}
</style>