Shades of Medium Orchid #BE55DB
Tints of Medium Orchid #BE55DB
RGB
CMYK
RGB Variations
Color information
#BE55DB (or 0xBE55DB) is known color: Medium Orchid. HEX triplet: BE, 55 and DB. RGB value is (190,85,219). Sum of RGB (Red+Green+Blue) = 190+85+219=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55DB is #41AA24. Grayscale: #838383. Windows color (decimal): -4303397 or 14374334. OLE color: 14374334.
HSL color Cylindrical-coordinate representation of color #BE55DB: hue angle of 287.01º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE55DB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 85 | 219 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.14 |
| HSL | 287.01º | 0.65% | 0.6% | - |
| HSV(B) | 287.01º | 0.61% | 0.86% | - |
| XYZ | 37.27 | 22.56 | 69.41 | - |
| YUV | 131.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 219 | 0.13 | 0.61 | 0 | 0.14 | 287.01 | 0.65 | 0.6 |
| Hex | BE | 55 | DB | D | 3D | 0 | E | 11F | 41 | 3C |
| Octal | 276 | 125 | 333 | 15 | 75 | 0 | 16 | 437 | 101 | 74 |
| Binary | 10111110 | 1010101 | 11011011 | 1101 | 111101 | 0 | 1110 | 100011111 | 1000001 | 111100 |
Color Harmonies of #BE55DB
Complementary color
Monochromatic Colors of #BE55DB
Black with #BE55DB
Text Example
Text Example
White with #BE55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55DB; }
p { color: rgb(190,85,219); }
H1.HeaderClassName
{
color: #BE55DB;
}
.AnyTagClassName
{
color: #BE55DB;
}
</style>
background-color css
<style>
a { background-color: #BE55DB; }
a { background-color: rgb(190,85,219); }
div.DivClassName
{
background-color: #BE55DB;
}
.BgClassName
{
background-color: #BE55DB;
}
</style>
border-color css
<style>
span { border-color: #BE55DB; }
span { border-color: rgb(190,85,219); }
td.TdClassName
{
border-color: #BE55DB;
}
.TagClassName
{
border-color: #BE55DB;
}
</style>