Shades of Deep Magenta #B901B8
Tints of Deep Magenta #B901B8
RGB
CMYK
RGB Variations
Color information
#B901B8 (or 0xB901B8) is known color: Deep Magenta. HEX triplet: B9, 01 and B8. RGB value is (185,1,184). Sum of RGB (Red+Green+Blue) = 185+1+184=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B901B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901B8 is #46FE47. Grayscale: #4C4C4C. Windows color (decimal): -4652616 or 12059065. OLE color: 12059065.
HSL color Cylindrical-coordinate representation of color #B901B8: hue angle of 300.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B901B8 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 184 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.27 |
| HSL | 300.33º | 0.99% | 0.36% | - |
| HSV(B) | 300.33º | 0.99% | 0.73% | - |
| XYZ | 28.67 | 13.8 | 46.5 | - |
| YUV | 76.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 184 | 0 | 0.99 | 0.01 | 0.27 | 300.33 | 0.99 | 0.36 |
| Hex | B9 | 1 | B8 | 0 | 63 | 1 | 1B | 12C | 63 | 24 |
| Octal | 271 | 1 | 270 | 0 | 143 | 1 | 33 | 454 | 143 | 44 |
| Binary | 10111001 | 1 | 10111000 | 0 | 1100011 | 1 | 11011 | 100101100 | 1100011 | 100100 |
Color Harmonies of #B901B8
Complementary color
Monochromatic Colors of #B901B8
Black with #B901B8
Text Example
Text Example
White with #B901B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901B8; }
p { color: rgb(185,1,184); }
H1.HeaderClassName
{
color: #B901B8;
}
.AnyTagClassName
{
color: #B901B8;
}
</style>
background-color css
<style>
a { background-color: #B901B8; }
a { background-color: rgb(185,1,184); }
div.DivClassName
{
background-color: #B901B8;
}
.BgClassName
{
background-color: #B901B8;
}
</style>
border-color css
<style>
span { border-color: #B901B8; }
span { border-color: rgb(185,1,184); }
td.TdClassName
{
border-color: #B901B8;
}
.TagClassName
{
border-color: #B901B8;
}
</style>