Shades of Deep Magenta #B500CC
Tints of Deep Magenta #B500CC
RGB
CMYK
RGB Variations
Color information
#B500CC (or 0xB500CC) is known color: Deep Magenta. HEX triplet: B5, 00 and CC. RGB value is (181,0,204). Sum of RGB (Red+Green+Blue) = 181+0+204=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #B500CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500CC is #4AFF33. Grayscale: #4C4C4C. Windows color (decimal): -4914996 or 13369525. OLE color: 13369525.
HSL color Cylindrical-coordinate representation of color #B500CC: hue angle of 293.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500CC is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 0 | 204 | - |
| CMYK | 0.11 | 1 | 0 | 0.2 |
| HSL | 293.24º | 1% | 0.4% | - |
| HSV(B) | 293.24º | 1% | 0.8% | - |
| XYZ | 29.96 | 14.18 | 58.29 | - |
| YUV | 77.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 204 | 0.11 | 1 | 0 | 0.2 | 293.24 | 1 | 0.4 |
| Hex | B5 | 0 | CC | B | 64 | 0 | 14 | 125 | 64 | 28 |
| Octal | 265 | 0 | 314 | 13 | 144 | 0 | 24 | 445 | 144 | 50 |
| Binary | 10110101 | 0 | 11001100 | 1011 | 1100100 | 0 | 10100 | 100100101 | 1100100 | 101000 |
Color Harmonies of #B500CC
Complementary color
Monochromatic Colors of #B500CC
Black with #B500CC
Text Example
Text Example
White with #B500CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500CC; }
p { color: rgb(181,0,204); }
H1.HeaderClassName
{
color: #B500CC;
}
.AnyTagClassName
{
color: #B500CC;
}
</style>
background-color css
<style>
a { background-color: #B500CC; }
a { background-color: rgb(181,0,204); }
div.DivClassName
{
background-color: #B500CC;
}
.BgClassName
{
background-color: #B500CC;
}
</style>
border-color css
<style>
span { border-color: #B500CC; }
span { border-color: rgb(181,0,204); }
td.TdClassName
{
border-color: #B500CC;
}
.TagClassName
{
border-color: #B500CC;
}
</style>