Shades of Deep Magenta #B908B5
Tints of Deep Magenta #B908B5
RGB
CMYK
RGB Variations
Color information
#B908B5 (or 0xB908B5) is known color: Deep Magenta. HEX triplet: B9, 08 and B5. RGB value is (185,8,181). Sum of RGB (Red+Green+Blue) = 185+8+181=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B908B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908B5 is #46F74A. Grayscale: #505050. Windows color (decimal): -4650827 or 11864249. OLE color: 11864249.
HSL color Cylindrical-coordinate representation of color #B908B5: hue angle of 301.36º 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 #B908B5 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 181 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.27 |
| HSL | 301.36º | 0.92% | 0.38% | - |
| HSV(B) | 301.36º | 0.96% | 0.73% | - |
| XYZ | 28.43 | 13.82 | 44.89 | - |
| YUV | 80.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 181 | 0 | 0.96 | 0.02 | 0.27 | 301.36 | 0.92 | 0.38 |
| Hex | B9 | 8 | B5 | 0 | 60 | 2 | 1B | 12D | 5C | 26 |
| Octal | 271 | 10 | 265 | 0 | 140 | 2 | 33 | 455 | 134 | 46 |
| Binary | 10111001 | 1000 | 10110101 | 0 | 1100000 | 10 | 11011 | 100101101 | 1011100 | 100110 |
Color Harmonies of #B908B5
Complementary color
Monochromatic Colors of #B908B5
Black with #B908B5
Text Example
Text Example
White with #B908B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908B5; }
p { color: rgb(185,8,181); }
H1.HeaderClassName
{
color: #B908B5;
}
.AnyTagClassName
{
color: #B908B5;
}
</style>
background-color css
<style>
a { background-color: #B908B5; }
a { background-color: rgb(185,8,181); }
div.DivClassName
{
background-color: #B908B5;
}
.BgClassName
{
background-color: #B908B5;
}
</style>
border-color css
<style>
span { border-color: #B908B5; }
span { border-color: rgb(185,8,181); }
td.TdClassName
{
border-color: #B908B5;
}
.TagClassName
{
border-color: #B908B5;
}
</style>