Shades of Deep Magenta #B81FCC
Tints of Deep Magenta #B81FCC
RGB
CMYK
RGB Variations
Color information
#B81FCC (or 0xB81FCC) is known color: Deep Magenta. HEX triplet: B8, 1F and CC. RGB value is (184,31,204). Sum of RGB (Red+Green+Blue) = 184+31+204=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #B81FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FCC is #47E033. Grayscale: #5F5F5F. Windows color (decimal): -4710452 or 13377464. OLE color: 13377464.
HSL color Cylindrical-coordinate representation of color #B81FCC: hue angle of 293.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81FCC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 31 | 204 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.2 |
| HSL | 293.06º | 0.74% | 0.46% | - |
| HSV(B) | 293.06º | 0.85% | 0.8% | - |
| XYZ | 31.16 | 15.53 | 58.48 | - |
| YUV | 96.47 | 188.69 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 204 | 0.10 | 0.85 | 0 | 0.2 | 293.06 | 0.74 | 0.46 |
| Hex | B8 | 1F | CC | A | 55 | 0 | 14 | 125 | 4A | 2E |
| Octal | 270 | 37 | 314 | 12 | 125 | 0 | 24 | 445 | 112 | 56 |
| Binary | 10111000 | 11111 | 11001100 | 1010 | 1010101 | 0 | 10100 | 100100101 | 1001010 | 101110 |
Color Harmonies of #B81FCC
Complementary color
Monochromatic Colors of #B81FCC
Black with #B81FCC
Text Example
Text Example
White with #B81FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FCC; }
p { color: rgb(184,31,204); }
H1.HeaderClassName
{
color: #B81FCC;
}
.AnyTagClassName
{
color: #B81FCC;
}
</style>
background-color css
<style>
a { background-color: #B81FCC; }
a { background-color: rgb(184,31,204); }
div.DivClassName
{
background-color: #B81FCC;
}
.BgClassName
{
background-color: #B81FCC;
}
</style>
border-color css
<style>
span { border-color: #B81FCC; }
span { border-color: rgb(184,31,204); }
td.TdClassName
{
border-color: #B81FCC;
}
.TagClassName
{
border-color: #B81FCC;
}
</style>