Shades of Deep Magenta #B901BD
Tints of Deep Magenta #B901BD
RGB
CMYK
RGB Variations
Color information
#B901BD (or 0xB901BD) is known color: Deep Magenta. HEX triplet: B9, 01 and BD. RGB value is (185,1,189). Sum of RGB (Red+Green+Blue) = 185+1+189=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #B901BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901BD is #46FE42. Grayscale: #4C4C4C. Windows color (decimal): -4652611 or 12386745. OLE color: 12386745.
HSL color Cylindrical-coordinate representation of color #B901BD: hue angle of 298.72º 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 #B901BD is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 1 | 189 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.26 |
| HSL | 298.72º | 0.99% | 0.37% | - |
| HSV(B) | 298.72º | 0.99% | 0.74% | - |
| XYZ | 29.2 | 14.01 | 49.31 | - |
| YUV | 77.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 189 | 0.02 | 0.99 | 0 | 0.26 | 298.72 | 0.99 | 0.37 |
| Hex | B9 | 1 | BD | 2 | 63 | 0 | 1A | 12B | 63 | 25 |
| Octal | 271 | 1 | 275 | 2 | 143 | 0 | 32 | 453 | 143 | 45 |
| Binary | 10111001 | 1 | 10111101 | 10 | 1100011 | 0 | 11010 | 100101011 | 1100011 | 100101 |
Color Harmonies of #B901BD
Complementary color
Monochromatic Colors of #B901BD
Black with #B901BD
Text Example
Text Example
White with #B901BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901BD; }
p { color: rgb(185,1,189); }
H1.HeaderClassName
{
color: #B901BD;
}
.AnyTagClassName
{
color: #B901BD;
}
</style>
background-color css
<style>
a { background-color: #B901BD; }
a { background-color: rgb(185,1,189); }
div.DivClassName
{
background-color: #B901BD;
}
.BgClassName
{
background-color: #B901BD;
}
</style>
border-color css
<style>
span { border-color: #B901BD; }
span { border-color: rgb(185,1,189); }
td.TdClassName
{
border-color: #B901BD;
}
.TagClassName
{
border-color: #B901BD;
}
</style>