Shades of Deep Magenta #B001C2
Tints of Deep Magenta #B001C2
RGB
CMYK
RGB Variations
Color information
#B001C2 (or 0xB001C2) is known color: Deep Magenta. HEX triplet: B0, 01 and C2. RGB value is (176,1,194). Sum of RGB (Red+Green+Blue) = 176+1+194=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #B001C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001C2 is #4FFE3D. Grayscale: #4A4A4A. Windows color (decimal): -5242430 or 12714416. OLE color: 12714416.
HSL color Cylindrical-coordinate representation of color #B001C2: hue angle of 294.4º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B001C2 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 1 | 194 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.24 |
| HSL | 294.4º | 0.99% | 0.38% | - |
| HSV(B) | 294.4º | 0.99% | 0.76% | - |
| XYZ | 27.65 | 13.15 | 52.12 | - |
| YUV | 75.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 194 | 0.09 | 0.99 | 0 | 0.24 | 294.4 | 0.99 | 0.38 |
| Hex | B0 | 1 | C2 | 9 | 63 | 0 | 18 | 126 | 63 | 26 |
| Octal | 260 | 1 | 302 | 11 | 143 | 0 | 30 | 446 | 143 | 46 |
| Binary | 10110000 | 1 | 11000010 | 1001 | 1100011 | 0 | 11000 | 100100110 | 1100011 | 100110 |
Color Harmonies of #B001C2
Complementary color
Monochromatic Colors of #B001C2
Black with #B001C2
Text Example
Text Example
White with #B001C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001C2; }
p { color: rgb(176,1,194); }
H1.HeaderClassName
{
color: #B001C2;
}
.AnyTagClassName
{
color: #B001C2;
}
</style>
background-color css
<style>
a { background-color: #B001C2; }
a { background-color: rgb(176,1,194); }
div.DivClassName
{
background-color: #B001C2;
}
.BgClassName
{
background-color: #B001C2;
}
</style>
border-color css
<style>
span { border-color: #B001C2; }
span { border-color: rgb(176,1,194); }
td.TdClassName
{
border-color: #B001C2;
}
.TagClassName
{
border-color: #B001C2;
}
</style>