Shades of Deep Magenta #B624AF
Tints of Deep Magenta #B624AF
RGB
CMYK
RGB Variations
Color information
#B624AF (or 0xB624AF) is known color: Deep Magenta. HEX triplet: B6, 24 and AF. RGB value is (182,36,175). Sum of RGB (Red+Green+Blue) = 182+36+175=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B624AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B624AF is #49DB50. Grayscale: #5F5F5F. Windows color (decimal): -4840273 or 11478198. OLE color: 11478198.
HSL color Cylindrical-coordinate representation of color #B624AF: hue angle of 302.88º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B624AF is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 175 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.29 |
| HSL | 302.88º | 0.67% | 0.43% | - |
| HSV(B) | 302.88º | 0.8% | 0.71% | - |
| XYZ | 27.66 | 14.3 | 41.86 | - |
| YUV | 95.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 175 | 0 | 0.80 | 0.04 | 0.29 | 302.88 | 0.67 | 0.43 |
| Hex | B6 | 24 | AF | 0 | 50 | 4 | 1D | 12F | 43 | 2B |
| Octal | 266 | 44 | 257 | 0 | 120 | 4 | 35 | 457 | 103 | 53 |
| Binary | 10110110 | 100100 | 10101111 | 0 | 1010000 | 100 | 11101 | 100101111 | 1000011 | 101011 |
Color Harmonies of #B624AF
Complementary color
Monochromatic Colors of #B624AF
Black with #B624AF
Text Example
Text Example
White with #B624AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B624AF; }
p { color: rgb(182,36,175); }
H1.HeaderClassName
{
color: #B624AF;
}
.AnyTagClassName
{
color: #B624AF;
}
</style>
background-color css
<style>
a { background-color: #B624AF; }
a { background-color: rgb(182,36,175); }
div.DivClassName
{
background-color: #B624AF;
}
.BgClassName
{
background-color: #B624AF;
}
</style>
border-color css
<style>
span { border-color: #B624AF; }
span { border-color: rgb(182,36,175); }
td.TdClassName
{
border-color: #B624AF;
}
.TagClassName
{
border-color: #B624AF;
}
</style>