Shades of Medium Orchid #BE75DB
Tints of Medium Orchid #BE75DB
RGB
CMYK
RGB Variations
Color information
#BE75DB (or 0xBE75DB) is known color: Medium Orchid. HEX triplet: BE, 75 and DB. RGB value is (190,117,219). Sum of RGB (Red+Green+Blue) = 190+117+219=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75DB is #418A24. Grayscale: #969696. Windows color (decimal): -4295205 or 14382526. OLE color: 14382526.
HSL color Cylindrical-coordinate representation of color #BE75DB: hue angle of 282.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE75DB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 117 | 219 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.14 |
| HSL | 282.94º | 0.59% | 0.66% | - |
| HSV(B) | 282.94º | 0.47% | 0.86% | - |
| XYZ | 40.38 | 28.78 | 70.45 | - |
| YUV | 150.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 219 | 0.13 | 0.47 | 0 | 0.14 | 282.94 | 0.59 | 0.66 |
| Hex | BE | 75 | DB | D | 2F | 0 | E | 11B | 3B | 42 |
| Octal | 276 | 165 | 333 | 15 | 57 | 0 | 16 | 433 | 73 | 102 |
| Binary | 10111110 | 1110101 | 11011011 | 1101 | 101111 | 0 | 1110 | 100011011 | 111011 | 1000010 |
Color Harmonies of #BE75DB
Complementary color
Monochromatic Colors of #BE75DB
Black with #BE75DB
Text Example
Text Example
White with #BE75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE75DB; }
p { color: rgb(190,117,219); }
H1.HeaderClassName
{
color: #BE75DB;
}
.AnyTagClassName
{
color: #BE75DB;
}
</style>
background-color css
<style>
a { background-color: #BE75DB; }
a { background-color: rgb(190,117,219); }
div.DivClassName
{
background-color: #BE75DB;
}
.BgClassName
{
background-color: #BE75DB;
}
</style>
border-color css
<style>
span { border-color: #BE75DB; }
span { border-color: rgb(190,117,219); }
td.TdClassName
{
border-color: #BE75DB;
}
.TagClassName
{
border-color: #BE75DB;
}
</style>