Shades of Deep Magenta #B001CF
Tints of Deep Magenta #B001CF
RGB
CMYK
RGB Variations
Color information
#B001CF (or 0xB001CF) is known color: Deep Magenta. HEX triplet: B0, 01 and CF. RGB value is (176,1,207). Sum of RGB (Red+Green+Blue) = 176+1+207=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #B001CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001CF is #4FFE30. Grayscale: #4C4C4C. Windows color (decimal): -5242417 or 13566384. OLE color: 13566384.
HSL color Cylindrical-coordinate representation of color #B001CF: hue angle of 290.97º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B001CF is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 1 | 207 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.19 |
| HSL | 290.97º | 0.99% | 0.41% | - |
| HSV(B) | 290.97º | 1% | 0.81% | - |
| XYZ | 29.18 | 13.76 | 60.15 | - |
| YUV | 76.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 207 | 0.15 | 1.00 | 0 | 0.19 | 290.97 | 0.99 | 0.41 |
| Hex | B0 | 1 | CF | F | 64 | 0 | 13 | 123 | 63 | 29 |
| Octal | 260 | 1 | 317 | 17 | 144 | 0 | 23 | 443 | 143 | 51 |
| Binary | 10110000 | 1 | 11001111 | 1111 | 1100100 | 0 | 10011 | 100100011 | 1100011 | 101001 |
Color Harmonies of #B001CF
Complementary color
Monochromatic Colors of #B001CF
Black with #B001CF
Text Example
Text Example
White with #B001CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001CF; }
p { color: rgb(176,1,207); }
H1.HeaderClassName
{
color: #B001CF;
}
.AnyTagClassName
{
color: #B001CF;
}
</style>
background-color css
<style>
a { background-color: #B001CF; }
a { background-color: rgb(176,1,207); }
div.DivClassName
{
background-color: #B001CF;
}
.BgClassName
{
background-color: #B001CF;
}
</style>
border-color css
<style>
span { border-color: #B001CF; }
span { border-color: rgb(176,1,207); }
td.TdClassName
{
border-color: #B001CF;
}
.TagClassName
{
border-color: #B001CF;
}
</style>