Shades of Deep Magenta #BE12AF
Tints of Deep Magenta #BE12AF
RGB
CMYK
RGB Variations
Color information
#BE12AF (or 0xBE12AF) is known color: Deep Magenta. HEX triplet: BE, 12 and AF. RGB value is (190,18,175). Sum of RGB (Red+Green+Blue) = 190+18+175=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE12AF is #41ED50. Grayscale: #565656. Windows color (decimal): -4320593 or 11473598. OLE color: 11473598.
HSL color Cylindrical-coordinate representation of color #BE12AF: hue angle of 305.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE12AF is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 175 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.25 |
| HSL | 305.23º | 0.83% | 0.41% | - |
| HSV(B) | 305.23º | 0.91% | 0.75% | - |
| XYZ | 29.19 | 14.47 | 41.81 | - |
| YUV | 87.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 175 | 0 | 0.91 | 0.08 | 0.25 | 305.23 | 0.83 | 0.41 |
| Hex | BE | 12 | AF | 0 | 5B | 8 | 19 | 131 | 53 | 29 |
| Octal | 276 | 22 | 257 | 0 | 133 | 10 | 31 | 461 | 123 | 51 |
| Binary | 10111110 | 10010 | 10101111 | 0 | 1011011 | 1000 | 11001 | 100110001 | 1010011 | 101001 |
Color Harmonies of #BE12AF
Complementary color
Monochromatic Colors of #BE12AF
Black with #BE12AF
Text Example
Text Example
White with #BE12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12AF; }
p { color: rgb(190,18,175); }
H1.HeaderClassName
{
color: #BE12AF;
}
.AnyTagClassName
{
color: #BE12AF;
}
</style>
background-color css
<style>
a { background-color: #BE12AF; }
a { background-color: rgb(190,18,175); }
div.DivClassName
{
background-color: #BE12AF;
}
.BgClassName
{
background-color: #BE12AF;
}
</style>
border-color css
<style>
span { border-color: #BE12AF; }
span { border-color: rgb(190,18,175); }
td.TdClassName
{
border-color: #BE12AF;
}
.TagClassName
{
border-color: #BE12AF;
}
</style>