Shades of Deep Magenta #B501BF
Tints of Deep Magenta #B501BF
RGB
CMYK
RGB Variations
Color information
#B501BF (or 0xB501BF) is known color: Deep Magenta. HEX triplet: B5, 01 and BF. RGB value is (181,1,191). Sum of RGB (Red+Green+Blue) = 181+1+191=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #B501BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501BF is #4AFE40. Grayscale: #4B4B4B. Windows color (decimal): -4914753 or 12517813. OLE color: 12517813.
HSL color Cylindrical-coordinate representation of color #B501BF: hue angle of 296.84º 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 #B501BF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 1 | 191 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.25 |
| HSL | 296.84º | 0.99% | 0.38% | - |
| HSV(B) | 296.84º | 0.99% | 0.75% | - |
| XYZ | 28.47 | 13.61 | 50.42 | - |
| YUV | 76.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 191 | 0.05 | 0.99 | 0 | 0.25 | 296.84 | 0.99 | 0.38 |
| Hex | B5 | 1 | BF | 5 | 63 | 0 | 19 | 129 | 63 | 26 |
| Octal | 265 | 1 | 277 | 5 | 143 | 0 | 31 | 451 | 143 | 46 |
| Binary | 10110101 | 1 | 10111111 | 101 | 1100011 | 0 | 11001 | 100101001 | 1100011 | 100110 |
Color Harmonies of #B501BF
Complementary color
Monochromatic Colors of #B501BF
Black with #B501BF
Text Example
Text Example
White with #B501BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501BF; }
p { color: rgb(181,1,191); }
H1.HeaderClassName
{
color: #B501BF;
}
.AnyTagClassName
{
color: #B501BF;
}
</style>
background-color css
<style>
a { background-color: #B501BF; }
a { background-color: rgb(181,1,191); }
div.DivClassName
{
background-color: #B501BF;
}
.BgClassName
{
background-color: #B501BF;
}
</style>
border-color css
<style>
span { border-color: #B501BF; }
span { border-color: rgb(181,1,191); }
td.TdClassName
{
border-color: #B501BF;
}
.TagClassName
{
border-color: #B501BF;
}
</style>