Shades of Deep Magenta #B501BD
Tints of Deep Magenta #B501BD
RGB
CMYK
RGB Variations
Color information
#B501BD (or 0xB501BD) is known color: Deep Magenta. HEX triplet: B5, 01 and BD. RGB value is (181,1,189). Sum of RGB (Red+Green+Blue) = 181+1+189=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #B501BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501BD is #4AFE42. Grayscale: #4B4B4B. Windows color (decimal): -4914755 or 12386741. OLE color: 12386741.
HSL color Cylindrical-coordinate representation of color #B501BD: hue angle of 297.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B501BD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 1 | 189 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.26 |
| HSL | 297.45º | 0.99% | 0.37% | - |
| HSV(B) | 297.45º | 0.99% | 0.74% | - |
| XYZ | 28.25 | 13.52 | 49.26 | - |
| YUV | 76.25 | 191.63 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 189 | 0.04 | 0.99 | 0 | 0.26 | 297.45 | 0.99 | 0.37 |
| Hex | B5 | 1 | BD | 4 | 63 | 0 | 1A | 129 | 63 | 25 |
| Octal | 265 | 1 | 275 | 4 | 143 | 0 | 32 | 451 | 143 | 45 |
| Binary | 10110101 | 1 | 10111101 | 100 | 1100011 | 0 | 11010 | 100101001 | 1100011 | 100101 |
Color Harmonies of #B501BD
Complementary color
Monochromatic Colors of #B501BD
Black with #B501BD
Text Example
Text Example
White with #B501BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501BD; }
p { color: rgb(181,1,189); }
H1.HeaderClassName
{
color: #B501BD;
}
.AnyTagClassName
{
color: #B501BD;
}
</style>
background-color css
<style>
a { background-color: #B501BD; }
a { background-color: rgb(181,1,189); }
div.DivClassName
{
background-color: #B501BD;
}
.BgClassName
{
background-color: #B501BD;
}
</style>
border-color css
<style>
span { border-color: #B501BD; }
span { border-color: rgb(181,1,189); }
td.TdClassName
{
border-color: #B501BD;
}
.TagClassName
{
border-color: #B501BD;
}
</style>