Shades of Dark Orchid #BE28E4
Tints of Dark Orchid #BE28E4
RGB
CMYK
RGB Variations
Color information
#BE28E4 (or 0xBE28E4) is known color: Dark Orchid. HEX triplet: BE, 28 and E4. RGB value is (190,40,228). Sum of RGB (Red+Green+Blue) = 190+40+228=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE28E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28E4 is #41D71B. Grayscale: #696969. Windows color (decimal): -4314908 or 14952638. OLE color: 14952638.
HSL color Cylindrical-coordinate representation of color #BE28E4: hue angle of 287.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE28E4 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 40 | 228 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.11 |
| HSL | 287.87º | 0.78% | 0.53% | - |
| HSV(B) | 287.87º | 0.82% | 0.89% | - |
| XYZ | 36 | 18.07 | 74.99 | - |
| YUV | 106.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 228 | 0.17 | 0.82 | 0 | 0.11 | 287.87 | 0.78 | 0.53 |
| Hex | BE | 28 | E4 | 11 | 52 | 0 | B | 120 | 4E | 35 |
| Octal | 276 | 50 | 344 | 21 | 122 | 0 | 13 | 440 | 116 | 65 |
| Binary | 10111110 | 101000 | 11100100 | 10001 | 1010010 | 0 | 1011 | 100100000 | 1001110 | 110101 |
Color Harmonies of #BE28E4
Complementary color
Monochromatic Colors of #BE28E4
Black with #BE28E4
Text Example
Text Example
White with #BE28E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28E4; }
p { color: rgb(190,40,228); }
H1.HeaderClassName
{
color: #BE28E4;
}
.AnyTagClassName
{
color: #BE28E4;
}
</style>
background-color css
<style>
a { background-color: #BE28E4; }
a { background-color: rgb(190,40,228); }
div.DivClassName
{
background-color: #BE28E4;
}
.BgClassName
{
background-color: #BE28E4;
}
</style>
border-color css
<style>
span { border-color: #BE28E4; }
span { border-color: rgb(190,40,228); }
td.TdClassName
{
border-color: #BE28E4;
}
.TagClassName
{
border-color: #BE28E4;
}
</style>