Shades of Medium Orchid #BE42DB
Tints of Medium Orchid #BE42DB
RGB
CMYK
RGB Variations
Color information
#BE42DB (or 0xBE42DB) is known color: Medium Orchid. HEX triplet: BE, 42 and DB. RGB value is (190,66,219). Sum of RGB (Red+Green+Blue) = 190+66+219=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42DB is #41BD24. Grayscale: #787878. Windows color (decimal): -4308261 or 14369470. OLE color: 14369470.
HSL color Cylindrical-coordinate representation of color #BE42DB: hue angle of 288.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE42DB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 66 | 219 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.14 |
| HSL | 288.63º | 0.68% | 0.56% | - |
| HSV(B) | 288.63º | 0.7% | 0.86% | - |
| XYZ | 35.97 | 19.96 | 68.97 | - |
| YUV | 120.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 219 | 0.13 | 0.70 | 0 | 0.14 | 288.63 | 0.68 | 0.56 |
| Hex | BE | 42 | DB | D | 46 | 0 | E | 121 | 44 | 38 |
| Octal | 276 | 102 | 333 | 15 | 106 | 0 | 16 | 441 | 104 | 70 |
| Binary | 10111110 | 1000010 | 11011011 | 1101 | 1000110 | 0 | 1110 | 100100001 | 1000100 | 111000 |
Color Harmonies of #BE42DB
Complementary color
Monochromatic Colors of #BE42DB
Black with #BE42DB
Text Example
Text Example
White with #BE42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42DB; }
p { color: rgb(190,66,219); }
H1.HeaderClassName
{
color: #BE42DB;
}
.AnyTagClassName
{
color: #BE42DB;
}
</style>
background-color css
<style>
a { background-color: #BE42DB; }
a { background-color: rgb(190,66,219); }
div.DivClassName
{
background-color: #BE42DB;
}
.BgClassName
{
background-color: #BE42DB;
}
</style>
border-color css
<style>
span { border-color: #BE42DB; }
span { border-color: rgb(190,66,219); }
td.TdClassName
{
border-color: #BE42DB;
}
.TagClassName
{
border-color: #BE42DB;
}
</style>