Shades of Deep Magenta #B81FD0
Tints of Deep Magenta #B81FD0
RGB
CMYK
RGB Variations
Color information
#B81FD0 (or 0xB81FD0) is known color: Deep Magenta. HEX triplet: B8, 1F and D0. RGB value is (184,31,208). Sum of RGB (Red+Green+Blue) = 184+31+208=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #B81FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FD0 is #47E02F. Grayscale: #606060. Windows color (decimal): -4710448 or 13639608. OLE color: 13639608.
HSL color Cylindrical-coordinate representation of color #B81FD0: hue angle of 291.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81FD0 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 31 | 208 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.18 |
| HSL | 291.86º | 0.74% | 0.47% | - |
| HSV(B) | 291.86º | 0.85% | 0.82% | - |
| XYZ | 31.64 | 15.72 | 61.04 | - |
| YUV | 96.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 208 | 0.12 | 0.85 | 0 | 0.18 | 291.86 | 0.74 | 0.47 |
| Hex | B8 | 1F | D0 | C | 55 | 0 | 12 | 124 | 4A | 2F |
| Octal | 270 | 37 | 320 | 14 | 125 | 0 | 22 | 444 | 112 | 57 |
| Binary | 10111000 | 11111 | 11010000 | 1100 | 1010101 | 0 | 10010 | 100100100 | 1001010 | 101111 |
Color Harmonies of #B81FD0
Complementary color
Monochromatic Colors of #B81FD0
Black with #B81FD0
Text Example
Text Example
White with #B81FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FD0; }
p { color: rgb(184,31,208); }
H1.HeaderClassName
{
color: #B81FD0;
}
.AnyTagClassName
{
color: #B81FD0;
}
</style>
background-color css
<style>
a { background-color: #B81FD0; }
a { background-color: rgb(184,31,208); }
div.DivClassName
{
background-color: #B81FD0;
}
.BgClassName
{
background-color: #B81FD0;
}
</style>
border-color css
<style>
span { border-color: #B81FD0; }
span { border-color: rgb(184,31,208); }
td.TdClassName
{
border-color: #B81FD0;
}
.TagClassName
{
border-color: #B81FD0;
}
</style>