Shades of Deep Magenta #B81CC4
Tints of Deep Magenta #B81CC4
RGB
CMYK
RGB Variations
Color information
#B81CC4 (or 0xB81CC4) is known color: Deep Magenta. HEX triplet: B8, 1C and C4. RGB value is (184,28,196). Sum of RGB (Red+Green+Blue) = 184+28+196=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #B81CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CC4 is #47E33B. Grayscale: #5D5D5D. Windows color (decimal): -4711228 or 12852408. OLE color: 12852408.
HSL color Cylindrical-coordinate representation of color #B81CC4: hue angle of 295.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81CC4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 28 | 196 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.23 |
| HSL | 295.71º | 0.75% | 0.44% | - |
| HSV(B) | 295.71º | 0.86% | 0.77% | - |
| XYZ | 30.15 | 15.01 | 53.53 | - |
| YUV | 93.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 196 | 0.06 | 0.86 | 0 | 0.23 | 295.71 | 0.75 | 0.44 |
| Hex | B8 | 1C | C4 | 6 | 56 | 0 | 17 | 128 | 4B | 2C |
| Octal | 270 | 34 | 304 | 6 | 126 | 0 | 27 | 450 | 113 | 54 |
| Binary | 10111000 | 11100 | 11000100 | 110 | 1010110 | 0 | 10111 | 100101000 | 1001011 | 101100 |
Color Harmonies of #B81CC4
Complementary color
Monochromatic Colors of #B81CC4
Black with #B81CC4
Text Example
Text Example
White with #B81CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CC4; }
p { color: rgb(184,28,196); }
H1.HeaderClassName
{
color: #B81CC4;
}
.AnyTagClassName
{
color: #B81CC4;
}
</style>
background-color css
<style>
a { background-color: #B81CC4; }
a { background-color: rgb(184,28,196); }
div.DivClassName
{
background-color: #B81CC4;
}
.BgClassName
{
background-color: #B81CC4;
}
</style>
border-color css
<style>
span { border-color: #B81CC4; }
span { border-color: rgb(184,28,196); }
td.TdClassName
{
border-color: #B81CC4;
}
.TagClassName
{
border-color: #B81CC4;
}
</style>