Shades of Deep Magenta #B905AC
Tints of Deep Magenta #B905AC
RGB
CMYK
RGB Variations
Color information
#B905AC (or 0xB905AC) is known color: Deep Magenta. HEX triplet: B9, 05 and AC. RGB value is (185,5,172). Sum of RGB (Red+Green+Blue) = 185+5+172=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B905AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B905AC is #46FA53. Grayscale: #4D4D4D. Windows color (decimal): -4651604 or 11273657. OLE color: 11273657.
HSL color Cylindrical-coordinate representation of color #B905AC: hue angle of 304.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B905AC is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 172 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.27 |
| HSL | 304.33º | 0.95% | 0.37% | - |
| HSV(B) | 304.33º | 0.97% | 0.73% | - |
| XYZ | 27.51 | 13.4 | 40.17 | - |
| YUV | 77.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 172 | 0 | 0.97 | 0.07 | 0.27 | 304.33 | 0.95 | 0.37 |
| Hex | B9 | 5 | AC | 0 | 61 | 7 | 1B | 130 | 5F | 25 |
| Octal | 271 | 5 | 254 | 0 | 141 | 7 | 33 | 460 | 137 | 45 |
| Binary | 10111001 | 101 | 10101100 | 0 | 1100001 | 111 | 11011 | 100110000 | 1011111 | 100101 |
Color Harmonies of #B905AC
Complementary color
Monochromatic Colors of #B905AC
Black with #B905AC
Text Example
Text Example
White with #B905AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905AC; }
p { color: rgb(185,5,172); }
H1.HeaderClassName
{
color: #B905AC;
}
.AnyTagClassName
{
color: #B905AC;
}
</style>
background-color css
<style>
a { background-color: #B905AC; }
a { background-color: rgb(185,5,172); }
div.DivClassName
{
background-color: #B905AC;
}
.BgClassName
{
background-color: #B905AC;
}
</style>
border-color css
<style>
span { border-color: #B905AC; }
span { border-color: rgb(185,5,172); }
td.TdClassName
{
border-color: #B905AC;
}
.TagClassName
{
border-color: #B905AC;
}
</style>