Shades of Deep Magenta #B913B8
Tints of Deep Magenta #B913B8
RGB
CMYK
RGB Variations
Color information
#B913B8 (or 0xB913B8) is known color: Deep Magenta. HEX triplet: B9, 13 and B8. RGB value is (185,19,184). Sum of RGB (Red+Green+Blue) = 185+19+184=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B913B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913B8 is #46EC47. Grayscale: #565656. Windows color (decimal): -4648008 or 12063673. OLE color: 12063673.
HSL color Cylindrical-coordinate representation of color #B913B8: hue angle of 300.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913B8 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 184 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.27 |
| HSL | 300.36º | 0.81% | 0.4% | - |
| HSV(B) | 300.36º | 0.9% | 0.73% | - |
| XYZ | 28.89 | 14.24 | 46.57 | - |
| YUV | 87.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 184 | 0 | 0.90 | 0.01 | 0.27 | 300.36 | 0.81 | 0.4 |
| Hex | B9 | 13 | B8 | 0 | 5A | 1 | 1B | 12C | 51 | 28 |
| Octal | 271 | 23 | 270 | 0 | 132 | 1 | 33 | 454 | 121 | 50 |
| Binary | 10111001 | 10011 | 10111000 | 0 | 1011010 | 1 | 11011 | 100101100 | 1010001 | 101000 |
Color Harmonies of #B913B8
Complementary color
Monochromatic Colors of #B913B8
Black with #B913B8
Text Example
Text Example
White with #B913B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913B8; }
p { color: rgb(185,19,184); }
H1.HeaderClassName
{
color: #B913B8;
}
.AnyTagClassName
{
color: #B913B8;
}
</style>
background-color css
<style>
a { background-color: #B913B8; }
a { background-color: rgb(185,19,184); }
div.DivClassName
{
background-color: #B913B8;
}
.BgClassName
{
background-color: #B913B8;
}
</style>
border-color css
<style>
span { border-color: #B913B8; }
span { border-color: rgb(185,19,184); }
td.TdClassName
{
border-color: #B913B8;
}
.TagClassName
{
border-color: #B913B8;
}
</style>