Shades of Deep Magenta #B907B7
Tints of Deep Magenta #B907B7
RGB
CMYK
RGB Variations
Color information
#B907B7 (or 0xB907B7) is known color: Deep Magenta. HEX triplet: B9, 07 and B7. RGB value is (185,7,183). Sum of RGB (Red+Green+Blue) = 185+7+183=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B907B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B907B7 is #46F848. Grayscale: #4F4F4F. Windows color (decimal): -4651081 or 11995065. OLE color: 11995065.
HSL color Cylindrical-coordinate representation of color #B907B7: hue angle of 300.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B907B7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 183 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.27 |
| HSL | 300.67º | 0.93% | 0.38% | - |
| HSV(B) | 300.67º | 0.96% | 0.73% | - |
| XYZ | 28.63 | 13.89 | 45.97 | - |
| YUV | 80.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 183 | 0 | 0.96 | 0.01 | 0.27 | 300.67 | 0.93 | 0.38 |
| Hex | B9 | 7 | B7 | 0 | 60 | 1 | 1B | 12D | 5D | 26 |
| Octal | 271 | 7 | 267 | 0 | 140 | 1 | 33 | 455 | 135 | 46 |
| Binary | 10111001 | 111 | 10110111 | 0 | 1100000 | 1 | 11011 | 100101101 | 1011101 | 100110 |
Color Harmonies of #B907B7
Complementary color
Monochromatic Colors of #B907B7
Black with #B907B7
Text Example
Text Example
White with #B907B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B907B7; }
p { color: rgb(185,7,183); }
H1.HeaderClassName
{
color: #B907B7;
}
.AnyTagClassName
{
color: #B907B7;
}
</style>
background-color css
<style>
a { background-color: #B907B7; }
a { background-color: rgb(185,7,183); }
div.DivClassName
{
background-color: #B907B7;
}
.BgClassName
{
background-color: #B907B7;
}
</style>
border-color css
<style>
span { border-color: #B907B7; }
span { border-color: rgb(185,7,183); }
td.TdClassName
{
border-color: #B907B7;
}
.TagClassName
{
border-color: #B907B7;
}
</style>