Shades of Deep Magenta #B81CCF
Tints of Deep Magenta #B81CCF
RGB
CMYK
RGB Variations
Color information
#B81CCF (or 0xB81CCF) is known color: Deep Magenta. HEX triplet: B8, 1C and CF. RGB value is (184,28,207). Sum of RGB (Red+Green+Blue) = 184+28+207=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #B81CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CCF is #47E330. Grayscale: #5E5E5E. Windows color (decimal): -4711217 or 13573304. OLE color: 13573304.
HSL color Cylindrical-coordinate representation of color #B81CCF: hue angle of 292.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81CCF is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 28 | 207 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.19 |
| HSL | 292.29º | 0.76% | 0.46% | - |
| HSV(B) | 292.29º | 0.86% | 0.81% | - |
| XYZ | 31.44 | 15.53 | 60.37 | - |
| YUV | 95.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 207 | 0.11 | 0.86 | 0 | 0.19 | 292.29 | 0.76 | 0.46 |
| Hex | B8 | 1C | CF | B | 56 | 0 | 13 | 124 | 4C | 2E |
| Octal | 270 | 34 | 317 | 13 | 126 | 0 | 23 | 444 | 114 | 56 |
| Binary | 10111000 | 11100 | 11001111 | 1011 | 1010110 | 0 | 10011 | 100100100 | 1001100 | 101110 |
Color Harmonies of #B81CCF
Complementary color
Monochromatic Colors of #B81CCF
Black with #B81CCF
Text Example
Text Example
White with #B81CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CCF; }
p { color: rgb(184,28,207); }
H1.HeaderClassName
{
color: #B81CCF;
}
.AnyTagClassName
{
color: #B81CCF;
}
</style>
background-color css
<style>
a { background-color: #B81CCF; }
a { background-color: rgb(184,28,207); }
div.DivClassName
{
background-color: #B81CCF;
}
.BgClassName
{
background-color: #B81CCF;
}
</style>
border-color css
<style>
span { border-color: #B81CCF; }
span { border-color: rgb(184,28,207); }
td.TdClassName
{
border-color: #B81CCF;
}
.TagClassName
{
border-color: #B81CCF;
}
</style>