Shades of Dark Orchid #BE28DF
Tints of Dark Orchid #BE28DF
RGB
CMYK
RGB Variations
Color information
#BE28DF (or 0xBE28DF) is known color: Dark Orchid. HEX triplet: BE, 28 and DF. RGB value is (190,40,223). Sum of RGB (Red+Green+Blue) = 190+40+223=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28DF is #41D720. Grayscale: #696969. Windows color (decimal): -4314913 or 14624958. OLE color: 14624958.
HSL color Cylindrical-coordinate representation of color #BE28DF: hue angle of 289.18º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE28DF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 40 | 223 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.13 |
| HSL | 289.18º | 0.74% | 0.52% | - |
| HSV(B) | 289.18º | 0.82% | 0.87% | - |
| XYZ | 35.31 | 17.79 | 71.39 | - |
| YUV | 105.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 223 | 0.15 | 0.82 | 0 | 0.13 | 289.18 | 0.74 | 0.52 |
| Hex | BE | 28 | DF | F | 52 | 0 | D | 121 | 4A | 34 |
| Octal | 276 | 50 | 337 | 17 | 122 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111110 | 101000 | 11011111 | 1111 | 1010010 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BE28DF
Complementary color
Monochromatic Colors of #BE28DF
Black with #BE28DF
Text Example
Text Example
White with #BE28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28DF; }
p { color: rgb(190,40,223); }
H1.HeaderClassName
{
color: #BE28DF;
}
.AnyTagClassName
{
color: #BE28DF;
}
</style>
background-color css
<style>
a { background-color: #BE28DF; }
a { background-color: rgb(190,40,223); }
div.DivClassName
{
background-color: #BE28DF;
}
.BgClassName
{
background-color: #BE28DF;
}
</style>
border-color css
<style>
span { border-color: #BE28DF; }
span { border-color: rgb(190,40,223); }
td.TdClassName
{
border-color: #BE28DF;
}
.TagClassName
{
border-color: #BE28DF;
}
</style>