Shades of Deep Magenta #B908B7
Tints of Deep Magenta #B908B7
RGB
CMYK
RGB Variations
Color information
#B908B7 (or 0xB908B7) is known color: Deep Magenta. HEX triplet: B9, 08 and B7. RGB value is (185,8,183). Sum of RGB (Red+Green+Blue) = 185+8+183=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B908B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908B7 is #46F748. Grayscale: #505050. Windows color (decimal): -4650825 or 11995321. OLE color: 11995321.
HSL color Cylindrical-coordinate representation of color #B908B7: hue angle of 300.68º degrees, saturation: 0.92, 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 #B908B7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 183 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.27 |
| HSL | 300.68º | 0.92% | 0.38% | - |
| HSV(B) | 300.68º | 0.96% | 0.73% | - |
| XYZ | 28.64 | 13.91 | 45.97 | - |
| YUV | 80.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 183 | 0 | 0.96 | 0.01 | 0.27 | 300.68 | 0.92 | 0.38 |
| Hex | B9 | 8 | B7 | 0 | 60 | 1 | 1B | 12D | 5C | 26 |
| Octal | 271 | 10 | 267 | 0 | 140 | 1 | 33 | 455 | 134 | 46 |
| Binary | 10111001 | 1000 | 10110111 | 0 | 1100000 | 1 | 11011 | 100101101 | 1011100 | 100110 |
Color Harmonies of #B908B7
Complementary color
Monochromatic Colors of #B908B7
Black with #B908B7
Text Example
Text Example
White with #B908B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908B7; }
p { color: rgb(185,8,183); }
H1.HeaderClassName
{
color: #B908B7;
}
.AnyTagClassName
{
color: #B908B7;
}
</style>
background-color css
<style>
a { background-color: #B908B7; }
a { background-color: rgb(185,8,183); }
div.DivClassName
{
background-color: #B908B7;
}
.BgClassName
{
background-color: #B908B7;
}
</style>
border-color css
<style>
span { border-color: #B908B7; }
span { border-color: rgb(185,8,183); }
td.TdClassName
{
border-color: #B908B7;
}
.TagClassName
{
border-color: #B908B7;
}
</style>