Shades of Dark Orchid #BE2AD8
Tints of Dark Orchid #BE2AD8
RGB
CMYK
RGB Variations
Color information
#BE2AD8 (or 0xBE2AD8) is known color: Dark Orchid. HEX triplet: BE, 2A and D8. RGB value is (190,42,216). Sum of RGB (Red+Green+Blue) = 190+42+216=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AD8 is #41D527. Grayscale: #696969. Windows color (decimal): -4314408 or 14166718. OLE color: 14166718.
HSL color Cylindrical-coordinate representation of color #BE2AD8: hue angle of 291.03º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2AD8 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 42 | 216 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.15 |
| HSL | 291.03º | 0.69% | 0.51% | - |
| HSV(B) | 291.03º | 0.81% | 0.85% | - |
| XYZ | 34.46 | 17.56 | 66.54 | - |
| YUV | 106.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 216 | 0.12 | 0.81 | 0 | 0.15 | 291.03 | 0.69 | 0.51 |
| Hex | BE | 2A | D8 | C | 51 | 0 | F | 123 | 45 | 33 |
| Octal | 276 | 52 | 330 | 14 | 121 | 0 | 17 | 443 | 105 | 63 |
| Binary | 10111110 | 101010 | 11011000 | 1100 | 1010001 | 0 | 1111 | 100100011 | 1000101 | 110011 |
Color Harmonies of #BE2AD8
Complementary color
Monochromatic Colors of #BE2AD8
Black with #BE2AD8
Text Example
Text Example
White with #BE2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AD8; }
p { color: rgb(190,42,216); }
H1.HeaderClassName
{
color: #BE2AD8;
}
.AnyTagClassName
{
color: #BE2AD8;
}
</style>
background-color css
<style>
a { background-color: #BE2AD8; }
a { background-color: rgb(190,42,216); }
div.DivClassName
{
background-color: #BE2AD8;
}
.BgClassName
{
background-color: #BE2AD8;
}
</style>
border-color css
<style>
span { border-color: #BE2AD8; }
span { border-color: rgb(190,42,216); }
td.TdClassName
{
border-color: #BE2AD8;
}
.TagClassName
{
border-color: #BE2AD8;
}
</style>