Shades of Deep Magenta #B81BDF
Tints of Deep Magenta #B81BDF
RGB
CMYK
RGB Variations
Color information
#B81BDF (or 0xB81BDF) is known color: Deep Magenta. HEX triplet: B8, 1B and DF. RGB value is (184,27,223). Sum of RGB (Red+Green+Blue) = 184+27+223=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B81BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81BDF is #47E420. Grayscale: #5F5F5F. Windows color (decimal): -4711457 or 14621624. OLE color: 14621624.
HSL color Cylindrical-coordinate representation of color #B81BDF: hue angle of 288.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81BDF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 27 | 223 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.13 |
| HSL | 288.06º | 0.78% | 0.49% | - |
| HSV(B) | 288.06º | 0.88% | 0.87% | - |
| XYZ | 33.48 | 16.3 | 71.19 | - |
| YUV | 96.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 223 | 0.17 | 0.88 | 0 | 0.13 | 288.06 | 0.78 | 0.49 |
| Hex | B8 | 1B | DF | 11 | 58 | 0 | D | 120 | 4E | 31 |
| Octal | 270 | 33 | 337 | 21 | 130 | 0 | 15 | 440 | 116 | 61 |
| Binary | 10111000 | 11011 | 11011111 | 10001 | 1011000 | 0 | 1101 | 100100000 | 1001110 | 110001 |
Color Harmonies of #B81BDF
Complementary color
Monochromatic Colors of #B81BDF
Black with #B81BDF
Text Example
Text Example
White with #B81BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BDF; }
p { color: rgb(184,27,223); }
H1.HeaderClassName
{
color: #B81BDF;
}
.AnyTagClassName
{
color: #B81BDF;
}
</style>
background-color css
<style>
a { background-color: #B81BDF; }
a { background-color: rgb(184,27,223); }
div.DivClassName
{
background-color: #B81BDF;
}
.BgClassName
{
background-color: #B81BDF;
}
</style>
border-color css
<style>
span { border-color: #B81BDF; }
span { border-color: rgb(184,27,223); }
td.TdClassName
{
border-color: #B81BDF;
}
.TagClassName
{
border-color: #B81BDF;
}
</style>