Shades of Medium Orchid #BE45DF
Tints of Medium Orchid #BE45DF
RGB
CMYK
RGB Variations
Color information
#BE45DF (or 0xBE45DF) is known color: Medium Orchid. HEX triplet: BE, 45 and DF. RGB value is (190,69,223). Sum of RGB (Red+Green+Blue) = 190+69+223=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45DF is #41BA20. Grayscale: #7A7A7A. Windows color (decimal): -4307489 or 14632382. OLE color: 14632382.
HSL color Cylindrical-coordinate representation of color #BE45DF: hue angle of 287.14º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE45DF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 69 | 223 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.13 |
| HSL | 287.14º | 0.71% | 0.57% | - |
| HSV(B) | 287.14º | 0.69% | 0.87% | - |
| XYZ | 36.68 | 20.53 | 71.84 | - |
| YUV | 122.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 223 | 0.15 | 0.69 | 0 | 0.13 | 287.14 | 0.71 | 0.57 |
| Hex | BE | 45 | DF | F | 45 | 0 | D | 11F | 47 | 39 |
| Octal | 276 | 105 | 337 | 17 | 105 | 0 | 15 | 437 | 107 | 71 |
| Binary | 10111110 | 1000101 | 11011111 | 1111 | 1000101 | 0 | 1101 | 100011111 | 1000111 | 111001 |
Color Harmonies of #BE45DF
Complementary color
Monochromatic Colors of #BE45DF
Black with #BE45DF
Text Example
Text Example
White with #BE45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE45DF; }
p { color: rgb(190,69,223); }
H1.HeaderClassName
{
color: #BE45DF;
}
.AnyTagClassName
{
color: #BE45DF;
}
</style>
background-color css
<style>
a { background-color: #BE45DF; }
a { background-color: rgb(190,69,223); }
div.DivClassName
{
background-color: #BE45DF;
}
.BgClassName
{
background-color: #BE45DF;
}
</style>
border-color css
<style>
span { border-color: #BE45DF; }
span { border-color: rgb(190,69,223); }
td.TdClassName
{
border-color: #BE45DF;
}
.TagClassName
{
border-color: #BE45DF;
}
</style>