Shades of Dark Orchid #BE2ADF
Tints of Dark Orchid #BE2ADF
RGB
CMYK
RGB Variations
Color information
#BE2ADF (or 0xBE2ADF) is known color: Dark Orchid. HEX triplet: BE, 2A and DF. RGB value is (190,42,223). Sum of RGB (Red+Green+Blue) = 190+42+223=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ADF is #41D520. Grayscale: #6A6A6A. Windows color (decimal): -4314401 or 14625470. OLE color: 14625470.
HSL color Cylindrical-coordinate representation of color #BE2ADF: hue angle of 289.06º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2ADF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 42 | 223 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.13 |
| HSL | 289.06º | 0.74% | 0.52% | - |
| HSV(B) | 289.06º | 0.81% | 0.87% | - |
| XYZ | 35.38 | 17.93 | 71.41 | - |
| YUV | 106.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 223 | 0.15 | 0.81 | 0 | 0.13 | 289.06 | 0.74 | 0.52 |
| Hex | BE | 2A | DF | F | 51 | 0 | D | 121 | 4A | 34 |
| Octal | 276 | 52 | 337 | 17 | 121 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111110 | 101010 | 11011111 | 1111 | 1010001 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BE2ADF
Complementary color
Monochromatic Colors of #BE2ADF
Black with #BE2ADF
Text Example
Text Example
White with #BE2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ADF; }
p { color: rgb(190,42,223); }
H1.HeaderClassName
{
color: #BE2ADF;
}
.AnyTagClassName
{
color: #BE2ADF;
}
</style>
background-color css
<style>
a { background-color: #BE2ADF; }
a { background-color: rgb(190,42,223); }
div.DivClassName
{
background-color: #BE2ADF;
}
.BgClassName
{
background-color: #BE2ADF;
}
</style>
border-color css
<style>
span { border-color: #BE2ADF; }
span { border-color: rgb(190,42,223); }
td.TdClassName
{
border-color: #BE2ADF;
}
.TagClassName
{
border-color: #BE2ADF;
}
</style>