Shades of Deep Magenta #B001BF
Tints of Deep Magenta #B001BF
RGB
CMYK
RGB Variations
Color information
#B001BF (or 0xB001BF) is known color: Deep Magenta. HEX triplet: B0, 01 and BF. RGB value is (176,1,191). Sum of RGB (Red+Green+Blue) = 176+1+191=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #B001BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001BF is #4FFE40. Grayscale: #4A4A4A. Windows color (decimal): -5242433 or 12517808. OLE color: 12517808.
HSL color Cylindrical-coordinate representation of color #B001BF: hue angle of 295.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B001BF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 1 | 191 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.25 |
| HSL | 295.26º | 0.99% | 0.38% | - |
| HSV(B) | 295.26º | 0.99% | 0.75% | - |
| XYZ | 27.32 | 13.01 | 50.36 | - |
| YUV | 74.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 191 | 0.08 | 0.99 | 0 | 0.25 | 295.26 | 0.99 | 0.38 |
| Hex | B0 | 1 | BF | 8 | 63 | 0 | 19 | 127 | 63 | 26 |
| Octal | 260 | 1 | 277 | 10 | 143 | 0 | 31 | 447 | 143 | 46 |
| Binary | 10110000 | 1 | 10111111 | 1000 | 1100011 | 0 | 11001 | 100100111 | 1100011 | 100110 |
Color Harmonies of #B001BF
Complementary color
Monochromatic Colors of #B001BF
Black with #B001BF
Text Example
Text Example
White with #B001BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001BF; }
p { color: rgb(176,1,191); }
H1.HeaderClassName
{
color: #B001BF;
}
.AnyTagClassName
{
color: #B001BF;
}
</style>
background-color css
<style>
a { background-color: #B001BF; }
a { background-color: rgb(176,1,191); }
div.DivClassName
{
background-color: #B001BF;
}
.BgClassName
{
background-color: #B001BF;
}
</style>
border-color css
<style>
span { border-color: #B001BF; }
span { border-color: rgb(176,1,191); }
td.TdClassName
{
border-color: #B001BF;
}
.TagClassName
{
border-color: #B001BF;
}
</style>