Shades of Deep Magenta #B611AF
Tints of Deep Magenta #B611AF
RGB
CMYK
RGB Variations
Color information
#B611AF (or 0xB611AF) is known color: Deep Magenta. HEX triplet: B6, 11 and AF. RGB value is (182,17,175). Sum of RGB (Red+Green+Blue) = 182+17+175=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B611AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B611AF is #49EE50. Grayscale: #535353. Windows color (decimal): -4845137 or 11473334. OLE color: 11473334.
HSL color Cylindrical-coordinate representation of color #B611AF: hue angle of 302.55º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B611AF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.29 |
| HSL | 302.55º | 0.83% | 0.39% | - |
| HSV(B) | 302.55º | 0.91% | 0.71% | - |
| XYZ | 27.23 | 13.44 | 41.72 | - |
| YUV | 84.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 175 | 0 | 0.91 | 0.04 | 0.29 | 302.55 | 0.83 | 0.39 |
| Hex | B6 | 11 | AF | 0 | 5B | 4 | 1D | 12F | 53 | 27 |
| Octal | 266 | 21 | 257 | 0 | 133 | 4 | 35 | 457 | 123 | 47 |
| Binary | 10110110 | 10001 | 10101111 | 0 | 1011011 | 100 | 11101 | 100101111 | 1010011 | 100111 |
Color Harmonies of #B611AF
Complementary color
Monochromatic Colors of #B611AF
Black with #B611AF
Text Example
Text Example
White with #B611AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611AF; }
p { color: rgb(182,17,175); }
H1.HeaderClassName
{
color: #B611AF;
}
.AnyTagClassName
{
color: #B611AF;
}
</style>
background-color css
<style>
a { background-color: #B611AF; }
a { background-color: rgb(182,17,175); }
div.DivClassName
{
background-color: #B611AF;
}
.BgClassName
{
background-color: #B611AF;
}
</style>
border-color css
<style>
span { border-color: #B611AF; }
span { border-color: rgb(182,17,175); }
td.TdClassName
{
border-color: #B611AF;
}
.TagClassName
{
border-color: #B611AF;
}
</style>