Shades of Deep Magenta #B900B7
Tints of Deep Magenta #B900B7
RGB
CMYK
RGB Variations
Color information
#B900B7 (or 0xB900B7) is known color: Deep Magenta. HEX triplet: B9, 00 and B7. RGB value is (185,0,183). Sum of RGB (Red+Green+Blue) = 185+0+183=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B900B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900B7 is #46FF48. Grayscale: #4B4B4B. Windows color (decimal): -4652873 or 11993273. OLE color: 11993273.
HSL color Cylindrical-coordinate representation of color #B900B7: hue angle of 300.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900B7 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.01 | 0.27 |
| HSL | 300.65º | 1% | 0.36% | - |
| HSV(B) | 300.65º | 1% | 0.73% | - |
| XYZ | 28.55 | 13.73 | 45.95 | - |
| YUV | 76.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 183 | 0 | 1 | 0.01 | 0.27 | 300.65 | 1 | 0.36 |
| Hex | B9 | 0 | B7 | 0 | 64 | 1 | 1B | 12D | 64 | 24 |
| Octal | 271 | 0 | 267 | 0 | 144 | 1 | 33 | 455 | 144 | 44 |
| Binary | 10111001 | 0 | 10110111 | 0 | 1100100 | 1 | 11011 | 100101101 | 1100100 | 100100 |
Color Harmonies of #B900B7
Complementary color
Monochromatic Colors of #B900B7
Black with #B900B7
Text Example
Text Example
White with #B900B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900B7; }
p { color: rgb(185,0,183); }
H1.HeaderClassName
{
color: #B900B7;
}
.AnyTagClassName
{
color: #B900B7;
}
</style>
background-color css
<style>
a { background-color: #B900B7; }
a { background-color: rgb(185,0,183); }
div.DivClassName
{
background-color: #B900B7;
}
.BgClassName
{
background-color: #B900B7;
}
</style>
border-color css
<style>
span { border-color: #B900B7; }
span { border-color: rgb(185,0,183); }
td.TdClassName
{
border-color: #B900B7;
}
.TagClassName
{
border-color: #B900B7;
}
</style>