Shades of Deep Magenta #B81CC3
Tints of Deep Magenta #B81CC3
RGB
CMYK
RGB Variations
Color information
#B81CC3 (or 0xB81CC3) is known color: Deep Magenta. HEX triplet: B8, 1C and C3. RGB value is (184,28,195). Sum of RGB (Red+Green+Blue) = 184+28+195=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #B81CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CC3 is #47E33C. Grayscale: #5D5D5D. Windows color (decimal): -4711229 or 12786872. OLE color: 12786872.
HSL color Cylindrical-coordinate representation of color #B81CC3: hue angle of 296.05º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81CC3 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 28 | 195 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.24 |
| HSL | 296.05º | 0.75% | 0.44% | - |
| HSV(B) | 296.05º | 0.86% | 0.76% | - |
| XYZ | 30.03 | 14.96 | 52.93 | - |
| YUV | 93.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 195 | 0.06 | 0.86 | 0 | 0.24 | 296.05 | 0.75 | 0.44 |
| Hex | B8 | 1C | C3 | 6 | 56 | 0 | 18 | 128 | 4B | 2C |
| Octal | 270 | 34 | 303 | 6 | 126 | 0 | 30 | 450 | 113 | 54 |
| Binary | 10111000 | 11100 | 11000011 | 110 | 1010110 | 0 | 11000 | 100101000 | 1001011 | 101100 |
Color Harmonies of #B81CC3
Complementary color
Monochromatic Colors of #B81CC3
Black with #B81CC3
Text Example
Text Example
White with #B81CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CC3; }
p { color: rgb(184,28,195); }
H1.HeaderClassName
{
color: #B81CC3;
}
.AnyTagClassName
{
color: #B81CC3;
}
</style>
background-color css
<style>
a { background-color: #B81CC3; }
a { background-color: rgb(184,28,195); }
div.DivClassName
{
background-color: #B81CC3;
}
.BgClassName
{
background-color: #B81CC3;
}
</style>
border-color css
<style>
span { border-color: #B81CC3; }
span { border-color: rgb(184,28,195); }
td.TdClassName
{
border-color: #B81CC3;
}
.TagClassName
{
border-color: #B81CC3;
}
</style>