Shades of Deep Magenta #B81DC3
Tints of Deep Magenta #B81DC3
RGB
CMYK
RGB Variations
Color information
#B81DC3 (or 0xB81DC3) is known color: Deep Magenta. HEX triplet: B8, 1D and C3. RGB value is (184,29,195). Sum of RGB (Red+Green+Blue) = 184+29+195=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #B81DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DC3 is #47E23C. Grayscale: #5D5D5D. Windows color (decimal): -4710973 or 12787128. OLE color: 12787128.
HSL color Cylindrical-coordinate representation of color #B81DC3: hue angle of 296.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81DC3 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 29 | 195 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.24 |
| HSL | 296.02º | 0.74% | 0.44% | - |
| HSV(B) | 296.02º | 0.85% | 0.76% | - |
| XYZ | 30.06 | 15.01 | 52.94 | - |
| YUV | 94.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 195 | 0.06 | 0.85 | 0 | 0.24 | 296.02 | 0.74 | 0.44 |
| Hex | B8 | 1D | C3 | 6 | 55 | 0 | 18 | 128 | 4A | 2C |
| Octal | 270 | 35 | 303 | 6 | 125 | 0 | 30 | 450 | 112 | 54 |
| Binary | 10111000 | 11101 | 11000011 | 110 | 1010101 | 0 | 11000 | 100101000 | 1001010 | 101100 |
Color Harmonies of #B81DC3
Complementary color
Monochromatic Colors of #B81DC3
Black with #B81DC3
Text Example
Text Example
White with #B81DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DC3; }
p { color: rgb(184,29,195); }
H1.HeaderClassName
{
color: #B81DC3;
}
.AnyTagClassName
{
color: #B81DC3;
}
</style>
background-color css
<style>
a { background-color: #B81DC3; }
a { background-color: rgb(184,29,195); }
div.DivClassName
{
background-color: #B81DC3;
}
.BgClassName
{
background-color: #B81DC3;
}
</style>
border-color css
<style>
span { border-color: #B81DC3; }
span { border-color: rgb(184,29,195); }
td.TdClassName
{
border-color: #B81DC3;
}
.TagClassName
{
border-color: #B81DC3;
}
</style>