Shades of Deep Magenta #B81BB3
Tints of Deep Magenta #B81BB3
RGB
CMYK
RGB Variations
Color information
#B81BB3 (or 0xB81BB3) is known color: Deep Magenta. HEX triplet: B8, 1B and B3. RGB value is (184,27,179). Sum of RGB (Red+Green+Blue) = 184+27+179=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B81BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81BB3 is #47E44C. Grayscale: #5A5A5A. Windows color (decimal): -4711501 or 11738040. OLE color: 11738040.
HSL color Cylindrical-coordinate representation of color #B81BB3: hue angle of 301.91º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81BB3 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 179 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.28 |
| HSL | 301.91º | 0.74% | 0.41% | - |
| HSV(B) | 301.91º | 0.85% | 0.72% | - |
| XYZ | 28.3 | 14.23 | 43.9 | - |
| YUV | 91.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 179 | 0 | 0.85 | 0.03 | 0.28 | 301.91 | 0.74 | 0.41 |
| Hex | B8 | 1B | B3 | 0 | 55 | 3 | 1C | 12E | 4A | 29 |
| Octal | 270 | 33 | 263 | 0 | 125 | 3 | 34 | 456 | 112 | 51 |
| Binary | 10111000 | 11011 | 10110011 | 0 | 1010101 | 11 | 11100 | 100101110 | 1001010 | 101001 |
Color Harmonies of #B81BB3
Complementary color
Monochromatic Colors of #B81BB3
Black with #B81BB3
Text Example
Text Example
White with #B81BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BB3; }
p { color: rgb(184,27,179); }
H1.HeaderClassName
{
color: #B81BB3;
}
.AnyTagClassName
{
color: #B81BB3;
}
</style>
background-color css
<style>
a { background-color: #B81BB3; }
a { background-color: rgb(184,27,179); }
div.DivClassName
{
background-color: #B81BB3;
}
.BgClassName
{
background-color: #B81BB3;
}
</style>
border-color css
<style>
span { border-color: #B81BB3; }
span { border-color: rgb(184,27,179); }
td.TdClassName
{
border-color: #B81BB3;
}
.TagClassName
{
border-color: #B81BB3;
}
</style>