Shades of Medium Orchid #BE53DB
Tints of Medium Orchid #BE53DB
RGB
CMYK
RGB Variations
Color information
#BE53DB (or 0xBE53DB) is known color: Medium Orchid. HEX triplet: BE, 53 and DB. RGB value is (190,83,219). Sum of RGB (Red+Green+Blue) = 190+83+219=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53DB is #41AC24. Grayscale: #828282. Windows color (decimal): -4303909 or 14373822. OLE color: 14373822.
HSL color Cylindrical-coordinate representation of color #BE53DB: hue angle of 287.21º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE53DB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 83 | 219 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.14 |
| HSL | 287.21º | 0.65% | 0.59% | - |
| HSV(B) | 287.21º | 0.62% | 0.86% | - |
| XYZ | 37.11 | 22.25 | 69.36 | - |
| YUV | 130.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 219 | 0.13 | 0.62 | 0 | 0.14 | 287.21 | 0.65 | 0.59 |
| Hex | BE | 53 | DB | D | 3E | 0 | E | 11F | 41 | 3B |
| Octal | 276 | 123 | 333 | 15 | 76 | 0 | 16 | 437 | 101 | 73 |
| Binary | 10111110 | 1010011 | 11011011 | 1101 | 111110 | 0 | 1110 | 100011111 | 1000001 | 111011 |
Color Harmonies of #BE53DB
Complementary color
Monochromatic Colors of #BE53DB
Black with #BE53DB
Text Example
Text Example
White with #BE53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53DB; }
p { color: rgb(190,83,219); }
H1.HeaderClassName
{
color: #BE53DB;
}
.AnyTagClassName
{
color: #BE53DB;
}
</style>
background-color css
<style>
a { background-color: #BE53DB; }
a { background-color: rgb(190,83,219); }
div.DivClassName
{
background-color: #BE53DB;
}
.BgClassName
{
background-color: #BE53DB;
}
</style>
border-color css
<style>
span { border-color: #BE53DB; }
span { border-color: rgb(190,83,219); }
td.TdClassName
{
border-color: #BE53DB;
}
.TagClassName
{
border-color: #BE53DB;
}
</style>