Shades of Dark Orchid #BE2ADD
Tints of Dark Orchid #BE2ADD
RGB
CMYK
RGB Variations
Color information
#BE2ADD (or 0xBE2ADD) is known color: Dark Orchid. HEX triplet: BE, 2A and DD. RGB value is (190,42,221). Sum of RGB (Red+Green+Blue) = 190+42+221=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ADD is #41D522. Grayscale: #6A6A6A. Windows color (decimal): -4314403 or 14494398. OLE color: 14494398.
HSL color Cylindrical-coordinate representation of color #BE2ADD: hue angle of 289.61º degrees, saturation: 0.72, 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 #BE2ADD is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 42 | 221 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.13 |
| HSL | 289.61º | 0.72% | 0.52% | - |
| HSV(B) | 289.61º | 0.81% | 0.87% | - |
| XYZ | 35.11 | 17.82 | 70 | - |
| YUV | 106.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 221 | 0.14 | 0.81 | 0 | 0.13 | 289.61 | 0.72 | 0.52 |
| Hex | BE | 2A | DD | E | 51 | 0 | D | 122 | 48 | 34 |
| Octal | 276 | 52 | 335 | 16 | 121 | 0 | 15 | 442 | 110 | 64 |
| Binary | 10111110 | 101010 | 11011101 | 1110 | 1010001 | 0 | 1101 | 100100010 | 1001000 | 110100 |
Color Harmonies of #BE2ADD
Complementary color
Monochromatic Colors of #BE2ADD
Black with #BE2ADD
Text Example
Text Example
White with #BE2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ADD; }
p { color: rgb(190,42,221); }
H1.HeaderClassName
{
color: #BE2ADD;
}
.AnyTagClassName
{
color: #BE2ADD;
}
</style>
background-color css
<style>
a { background-color: #BE2ADD; }
a { background-color: rgb(190,42,221); }
div.DivClassName
{
background-color: #BE2ADD;
}
.BgClassName
{
background-color: #BE2ADD;
}
</style>
border-color css
<style>
span { border-color: #BE2ADD; }
span { border-color: rgb(190,42,221); }
td.TdClassName
{
border-color: #BE2ADD;
}
.TagClassName
{
border-color: #BE2ADD;
}
</style>