Shades of Deep Magenta #B908AC
Tints of Deep Magenta #B908AC
RGB
CMYK
RGB Variations
Color information
#B908AC (or 0xB908AC) is known color: Deep Magenta. HEX triplet: B9, 08 and AC. RGB value is (185,8,172). Sum of RGB (Red+Green+Blue) = 185+8+172=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B908AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908AC is #46F753. Grayscale: #4F4F4F. Windows color (decimal): -4650836 or 11274425. OLE color: 11274425.
HSL color Cylindrical-coordinate representation of color #B908AC: hue angle of 304.41º 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 #B908AC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.27 |
| HSL | 304.41º | 0.92% | 0.38% | - |
| HSV(B) | 304.41º | 0.96% | 0.73% | - |
| XYZ | 27.54 | 13.47 | 40.18 | - |
| YUV | 79.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 172 | 0 | 0.96 | 0.07 | 0.27 | 304.41 | 0.92 | 0.38 |
| Hex | B9 | 8 | AC | 0 | 60 | 7 | 1B | 130 | 5C | 26 |
| Octal | 271 | 10 | 254 | 0 | 140 | 7 | 33 | 460 | 134 | 46 |
| Binary | 10111001 | 1000 | 10101100 | 0 | 1100000 | 111 | 11011 | 100110000 | 1011100 | 100110 |
Color Harmonies of #B908AC
Complementary color
Monochromatic Colors of #B908AC
Black with #B908AC
Text Example
Text Example
White with #B908AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908AC; }
p { color: rgb(185,8,172); }
H1.HeaderClassName
{
color: #B908AC;
}
.AnyTagClassName
{
color: #B908AC;
}
</style>
background-color css
<style>
a { background-color: #B908AC; }
a { background-color: rgb(185,8,172); }
div.DivClassName
{
background-color: #B908AC;
}
.BgClassName
{
background-color: #B908AC;
}
</style>
border-color css
<style>
span { border-color: #B908AC; }
span { border-color: rgb(185,8,172); }
td.TdClassName
{
border-color: #B908AC;
}
.TagClassName
{
border-color: #B908AC;
}
</style>