Shades of Deep Magenta #B001CC
Tints of Deep Magenta #B001CC
RGB
CMYK
RGB Variations
Color information
#B001CC (or 0xB001CC) is known color: Deep Magenta. HEX triplet: B0, 01 and CC. RGB value is (176,1,204). Sum of RGB (Red+Green+Blue) = 176+1+204=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #B001CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001CC is #4FFE33. Grayscale: #4B4B4B. Windows color (decimal): -5242420 or 13369776. OLE color: 13369776.
HSL color Cylindrical-coordinate representation of color #B001CC: hue angle of 291.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B001CC is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 1 | 204 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.2 |
| HSL | 291.72º | 0.99% | 0.4% | - |
| HSV(B) | 291.72º | 1% | 0.8% | - |
| XYZ | 28.81 | 13.61 | 58.24 | - |
| YUV | 76.47 | 199.98 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 204 | 0.14 | 1.00 | 0 | 0.2 | 291.72 | 0.99 | 0.4 |
| Hex | B0 | 1 | CC | E | 64 | 0 | 14 | 124 | 63 | 28 |
| Octal | 260 | 1 | 314 | 16 | 144 | 0 | 24 | 444 | 143 | 50 |
| Binary | 10110000 | 1 | 11001100 | 1110 | 1100100 | 0 | 10100 | 100100100 | 1100011 | 101000 |
Color Harmonies of #B001CC
Complementary color
Monochromatic Colors of #B001CC
Black with #B001CC
Text Example
Text Example
White with #B001CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001CC; }
p { color: rgb(176,1,204); }
H1.HeaderClassName
{
color: #B001CC;
}
.AnyTagClassName
{
color: #B001CC;
}
</style>
background-color css
<style>
a { background-color: #B001CC; }
a { background-color: rgb(176,1,204); }
div.DivClassName
{
background-color: #B001CC;
}
.BgClassName
{
background-color: #B001CC;
}
</style>
border-color css
<style>
span { border-color: #B001CC; }
span { border-color: rgb(176,1,204); }
td.TdClassName
{
border-color: #B001CC;
}
.TagClassName
{
border-color: #B001CC;
}
</style>