Shades of Deep Magenta #B908B4
Tints of Deep Magenta #B908B4
RGB
CMYK
RGB Variations
Color information
#B908B4 (or 0xB908B4) is known color: Deep Magenta. HEX triplet: B9, 08 and B4. RGB value is (185,8,180). Sum of RGB (Red+Green+Blue) = 185+8+180=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B908B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908B4 is #46F74B. Grayscale: #505050. Windows color (decimal): -4650828 or 11798713. OLE color: 11798713.
HSL color Cylindrical-coordinate representation of color #B908B4: hue angle of 301.69º 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 #B908B4 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 180 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.27 |
| HSL | 301.69º | 0.92% | 0.38% | - |
| HSV(B) | 301.69º | 0.96% | 0.73% | - |
| XYZ | 28.33 | 13.78 | 44.35 | - |
| YUV | 80.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 180 | 0 | 0.96 | 0.03 | 0.27 | 301.69 | 0.92 | 0.38 |
| Hex | B9 | 8 | B4 | 0 | 60 | 3 | 1B | 12E | 5C | 26 |
| Octal | 271 | 10 | 264 | 0 | 140 | 3 | 33 | 456 | 134 | 46 |
| Binary | 10111001 | 1000 | 10110100 | 0 | 1100000 | 11 | 11011 | 100101110 | 1011100 | 100110 |
Color Harmonies of #B908B4
Complementary color
Monochromatic Colors of #B908B4
Black with #B908B4
Text Example
Text Example
White with #B908B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908B4; }
p { color: rgb(185,8,180); }
H1.HeaderClassName
{
color: #B908B4;
}
.AnyTagClassName
{
color: #B908B4;
}
</style>
background-color css
<style>
a { background-color: #B908B4; }
a { background-color: rgb(185,8,180); }
div.DivClassName
{
background-color: #B908B4;
}
.BgClassName
{
background-color: #B908B4;
}
</style>
border-color css
<style>
span { border-color: #B908B4; }
span { border-color: rgb(185,8,180); }
td.TdClassName
{
border-color: #B908B4;
}
.TagClassName
{
border-color: #B908B4;
}
</style>