Shades of Deep Magenta #B81FCF
Tints of Deep Magenta #B81FCF
RGB
CMYK
RGB Variations
Color information
#B81FCF (or 0xB81FCF) is known color: Deep Magenta. HEX triplet: B8, 1F and CF. RGB value is (184,31,207). Sum of RGB (Red+Green+Blue) = 184+31+207=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #B81FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FCF is #47E030. Grayscale: #606060. Windows color (decimal): -4710449 or 13574072. OLE color: 13574072.
HSL color Cylindrical-coordinate representation of color #B81FCF: hue angle of 292.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81FCF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 31 | 207 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.19 |
| HSL | 292.16º | 0.74% | 0.47% | - |
| HSV(B) | 292.16º | 0.85% | 0.81% | - |
| XYZ | 31.52 | 15.68 | 60.4 | - |
| YUV | 96.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 207 | 0.11 | 0.85 | 0 | 0.19 | 292.16 | 0.74 | 0.47 |
| Hex | B8 | 1F | CF | B | 55 | 0 | 13 | 124 | 4A | 2F |
| Octal | 270 | 37 | 317 | 13 | 125 | 0 | 23 | 444 | 112 | 57 |
| Binary | 10111000 | 11111 | 11001111 | 1011 | 1010101 | 0 | 10011 | 100100100 | 1001010 | 101111 |
Color Harmonies of #B81FCF
Complementary color
Monochromatic Colors of #B81FCF
Black with #B81FCF
Text Example
Text Example
White with #B81FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FCF; }
p { color: rgb(184,31,207); }
H1.HeaderClassName
{
color: #B81FCF;
}
.AnyTagClassName
{
color: #B81FCF;
}
</style>
background-color css
<style>
a { background-color: #B81FCF; }
a { background-color: rgb(184,31,207); }
div.DivClassName
{
background-color: #B81FCF;
}
.BgClassName
{
background-color: #B81FCF;
}
</style>
border-color css
<style>
span { border-color: #B81FCF; }
span { border-color: rgb(184,31,207); }
td.TdClassName
{
border-color: #B81FCF;
}
.TagClassName
{
border-color: #B81FCF;
}
</style>