Shades of Deep Magenta #B514CC
Tints of Deep Magenta #B514CC
RGB
CMYK
RGB Variations
Color information
#B514CC (or 0xB514CC) is known color: Deep Magenta. HEX triplet: B5, 14 and CC. RGB value is (181,20,204). Sum of RGB (Red+Green+Blue) = 181+20+204=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B514CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514CC is #4AEB33. Grayscale: #585858. Windows color (decimal): -4909876 or 13374645. OLE color: 13374645.
HSL color Cylindrical-coordinate representation of color #B514CC: hue angle of 292.5º 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 #B514CC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 20 | 204 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.2 |
| HSL | 292.5º | 0.82% | 0.44% | - |
| HSV(B) | 292.5º | 0.9% | 0.8% | - |
| XYZ | 30.21 | 14.68 | 58.37 | - |
| YUV | 89.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 204 | 0.11 | 0.90 | 0 | 0.2 | 292.5 | 0.82 | 0.44 |
| Hex | B5 | 14 | CC | B | 5A | 0 | 14 | 124 | 52 | 2C |
| Octal | 265 | 24 | 314 | 13 | 132 | 0 | 24 | 444 | 122 | 54 |
| Binary | 10110101 | 10100 | 11001100 | 1011 | 1011010 | 0 | 10100 | 100100100 | 1010010 | 101100 |
Color Harmonies of #B514CC
Complementary color
Monochromatic Colors of #B514CC
Black with #B514CC
Text Example
Text Example
White with #B514CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514CC; }
p { color: rgb(181,20,204); }
H1.HeaderClassName
{
color: #B514CC;
}
.AnyTagClassName
{
color: #B514CC;
}
</style>
background-color css
<style>
a { background-color: #B514CC; }
a { background-color: rgb(181,20,204); }
div.DivClassName
{
background-color: #B514CC;
}
.BgClassName
{
background-color: #B514CC;
}
</style>
border-color css
<style>
span { border-color: #B514CC; }
span { border-color: rgb(181,20,204); }
td.TdClassName
{
border-color: #B514CC;
}
.TagClassName
{
border-color: #B514CC;
}
</style>