Shades of Deep Magenta #B814CC
Tints of Deep Magenta #B814CC
RGB
CMYK
RGB Variations
Color information
#B814CC (or 0xB814CC) is known color: Deep Magenta. HEX triplet: B8, 14 and CC. RGB value is (184,20,204). Sum of RGB (Red+Green+Blue) = 184+20+204=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #B814CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814CC is #47EB33. Grayscale: #595959. Windows color (decimal): -4713268 or 13374648. OLE color: 13374648.
HSL color Cylindrical-coordinate representation of color #B814CC: hue angle of 293.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B814CC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 20 | 204 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.2 |
| HSL | 293.48º | 0.82% | 0.44% | - |
| HSV(B) | 293.48º | 0.9% | 0.8% | - |
| XYZ | 30.92 | 15.05 | 58.4 | - |
| YUV | 90.01 | 192.33 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 204 | 0.10 | 0.90 | 0 | 0.2 | 293.48 | 0.82 | 0.44 |
| Hex | B8 | 14 | CC | A | 5A | 0 | 14 | 125 | 52 | 2C |
| Octal | 270 | 24 | 314 | 12 | 132 | 0 | 24 | 445 | 122 | 54 |
| Binary | 10111000 | 10100 | 11001100 | 1010 | 1011010 | 0 | 10100 | 100100101 | 1010010 | 101100 |
Color Harmonies of #B814CC
Complementary color
Monochromatic Colors of #B814CC
Black with #B814CC
Text Example
Text Example
White with #B814CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814CC; }
p { color: rgb(184,20,204); }
H1.HeaderClassName
{
color: #B814CC;
}
.AnyTagClassName
{
color: #B814CC;
}
</style>
background-color css
<style>
a { background-color: #B814CC; }
a { background-color: rgb(184,20,204); }
div.DivClassName
{
background-color: #B814CC;
}
.BgClassName
{
background-color: #B814CC;
}
</style>
border-color css
<style>
span { border-color: #B814CC; }
span { border-color: rgb(184,20,204); }
td.TdClassName
{
border-color: #B814CC;
}
.TagClassName
{
border-color: #B814CC;
}
</style>