Shades of Medium Orchid #BE69DB
Tints of Medium Orchid #BE69DB
RGB
CMYK
RGB Variations
Color information
#BE69DB (or 0xBE69DB) is known color: Medium Orchid. HEX triplet: BE, 69 and DB. RGB value is (190,105,219). Sum of RGB (Red+Green+Blue) = 190+105+219=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69DB is #419624. Grayscale: #8F8F8F. Windows color (decimal): -4298277 or 14379454. OLE color: 14379454.
HSL color Cylindrical-coordinate representation of color #BE69DB: hue angle of 284.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE69DB is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 105 | 219 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.14 |
| HSL | 284.74º | 0.61% | 0.64% | - |
| HSV(B) | 284.74º | 0.52% | 0.86% | - |
| XYZ | 39.07 | 26.16 | 70.01 | - |
| YUV | 143.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 219 | 0.13 | 0.52 | 0 | 0.14 | 284.74 | 0.61 | 0.64 |
| Hex | BE | 69 | DB | D | 34 | 0 | E | 11D | 3D | 40 |
| Octal | 276 | 151 | 333 | 15 | 64 | 0 | 16 | 435 | 75 | 100 |
| Binary | 10111110 | 1101001 | 11011011 | 1101 | 110100 | 0 | 1110 | 100011101 | 111101 | 1000000 |
Color Harmonies of #BE69DB
Complementary color
Monochromatic Colors of #BE69DB
Black with #BE69DB
Text Example
Text Example
White with #BE69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69DB; }
p { color: rgb(190,105,219); }
H1.HeaderClassName
{
color: #BE69DB;
}
.AnyTagClassName
{
color: #BE69DB;
}
</style>
background-color css
<style>
a { background-color: #BE69DB; }
a { background-color: rgb(190,105,219); }
div.DivClassName
{
background-color: #BE69DB;
}
.BgClassName
{
background-color: #BE69DB;
}
</style>
border-color css
<style>
span { border-color: #BE69DB; }
span { border-color: rgb(190,105,219); }
td.TdClassName
{
border-color: #BE69DB;
}
.TagClassName
{
border-color: #BE69DB;
}
</style>