Shades of Deep Magenta #B618AF
Tints of Deep Magenta #B618AF
RGB
CMYK
RGB Variations
Color information
#B618AF (or 0xB618AF) is known color: Deep Magenta. HEX triplet: B6, 18 and AF. RGB value is (182,24,175). Sum of RGB (Red+Green+Blue) = 182+24+175=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B618AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B618AF is #49E750. Grayscale: #585858. Windows color (decimal): -4843345 or 11475126. OLE color: 11475126.
HSL color Cylindrical-coordinate representation of color #B618AF: hue angle of 302.66º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B618AF is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 175 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.29 |
| HSL | 302.66º | 0.77% | 0.4% | - |
| HSV(B) | 302.66º | 0.87% | 0.71% | - |
| XYZ | 27.36 | 13.69 | 41.76 | - |
| YUV | 88.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 175 | 0 | 0.87 | 0.04 | 0.29 | 302.66 | 0.77 | 0.4 |
| Hex | B6 | 18 | AF | 0 | 57 | 4 | 1D | 12F | 4D | 28 |
| Octal | 266 | 30 | 257 | 0 | 127 | 4 | 35 | 457 | 115 | 50 |
| Binary | 10110110 | 11000 | 10101111 | 0 | 1010111 | 100 | 11101 | 100101111 | 1001101 | 101000 |
Color Harmonies of #B618AF
Complementary color
Monochromatic Colors of #B618AF
Black with #B618AF
Text Example
Text Example
White with #B618AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618AF; }
p { color: rgb(182,24,175); }
H1.HeaderClassName
{
color: #B618AF;
}
.AnyTagClassName
{
color: #B618AF;
}
</style>
background-color css
<style>
a { background-color: #B618AF; }
a { background-color: rgb(182,24,175); }
div.DivClassName
{
background-color: #B618AF;
}
.BgClassName
{
background-color: #B618AF;
}
</style>
border-color css
<style>
span { border-color: #B618AF; }
span { border-color: rgb(182,24,175); }
td.TdClassName
{
border-color: #B618AF;
}
.TagClassName
{
border-color: #B618AF;
}
</style>