Shades of Deep Magenta #B501BB
Tints of Deep Magenta #B501BB
RGB
CMYK
RGB Variations
Color information
#B501BB (or 0xB501BB) is known color: Deep Magenta. HEX triplet: B5, 01 and BB. RGB value is (181,1,187). Sum of RGB (Red+Green+Blue) = 181+1+187=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #B501BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501BB is #4AFE44. Grayscale: #4B4B4B. Windows color (decimal): -4914757 or 12255669. OLE color: 12255669.
HSL color Cylindrical-coordinate representation of color #B501BB: hue angle of 298.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B501BB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 1 | 187 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.27 |
| HSL | 298.06º | 0.99% | 0.37% | - |
| HSV(B) | 298.06º | 0.99% | 0.73% | - |
| XYZ | 28.04 | 13.43 | 48.13 | - |
| YUV | 76.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 187 | 0.03 | 0.99 | 0 | 0.27 | 298.06 | 0.99 | 0.37 |
| Hex | B5 | 1 | BB | 3 | 63 | 0 | 1B | 12A | 63 | 25 |
| Octal | 265 | 1 | 273 | 3 | 143 | 0 | 33 | 452 | 143 | 45 |
| Binary | 10110101 | 1 | 10111011 | 11 | 1100011 | 0 | 11011 | 100101010 | 1100011 | 100101 |
Color Harmonies of #B501BB
Complementary color
Monochromatic Colors of #B501BB
Black with #B501BB
Text Example
Text Example
White with #B501BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501BB; }
p { color: rgb(181,1,187); }
H1.HeaderClassName
{
color: #B501BB;
}
.AnyTagClassName
{
color: #B501BB;
}
</style>
background-color css
<style>
a { background-color: #B501BB; }
a { background-color: rgb(181,1,187); }
div.DivClassName
{
background-color: #B501BB;
}
.BgClassName
{
background-color: #B501BB;
}
</style>
border-color css
<style>
span { border-color: #B501BB; }
span { border-color: rgb(181,1,187); }
td.TdClassName
{
border-color: #B501BB;
}
.TagClassName
{
border-color: #B501BB;
}
</style>