Shades of Deep Magenta #BE23BA
Tints of Deep Magenta #BE23BA
RGB
CMYK
RGB Variations
Color information
#BE23BA (or 0xBE23BA) is known color: Deep Magenta. HEX triplet: BE, 23 and BA. RGB value is (190,35,186). Sum of RGB (Red+Green+Blue) = 190+35+186=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23BA is #41DC45. Grayscale: #626262. Windows color (decimal): -4316230 or 12198846. OLE color: 12198846.
HSL color Cylindrical-coordinate representation of color #BE23BA: hue angle of 301.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE23BA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 35 | 186 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.25 |
| HSL | 301.55º | 0.69% | 0.44% | - |
| HSV(B) | 301.55º | 0.82% | 0.75% | - |
| XYZ | 30.7 | 15.69 | 47.87 | - |
| YUV | 98.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 35 | 186 | 0 | 0.82 | 0.02 | 0.25 | 301.55 | 0.69 | 0.44 |
| Hex | BE | 23 | BA | 0 | 52 | 2 | 19 | 12E | 45 | 2C |
| Octal | 276 | 43 | 272 | 0 | 122 | 2 | 31 | 456 | 105 | 54 |
| Binary | 10111110 | 100011 | 10111010 | 0 | 1010010 | 10 | 11001 | 100101110 | 1000101 | 101100 |
Color Harmonies of #BE23BA
Complementary color
Monochromatic Colors of #BE23BA
Black with #BE23BA
Text Example
Text Example
White with #BE23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE23BA; }
p { color: rgb(190,35,186); }
H1.HeaderClassName
{
color: #BE23BA;
}
.AnyTagClassName
{
color: #BE23BA;
}
</style>
background-color css
<style>
a { background-color: #BE23BA; }
a { background-color: rgb(190,35,186); }
div.DivClassName
{
background-color: #BE23BA;
}
.BgClassName
{
background-color: #BE23BA;
}
</style>
border-color css
<style>
span { border-color: #BE23BA; }
span { border-color: rgb(190,35,186); }
td.TdClassName
{
border-color: #BE23BA;
}
.TagClassName
{
border-color: #BE23BA;
}
</style>