Shades of Medium Orchid #BE47DC
Tints of Medium Orchid #BE47DC
RGB
CMYK
RGB Variations
Color information
#BE47DC (or 0xBE47DC) is known color: Medium Orchid. HEX triplet: BE, 47 and DC. RGB value is (190,71,220). Sum of RGB (Red+Green+Blue) = 190+71+220=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47DC is #41B823. Grayscale: #7B7B7B. Windows color (decimal): -4306980 or 14436286. OLE color: 14436286.
HSL color Cylindrical-coordinate representation of color #BE47DC: hue angle of 287.92º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE47DC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 71 | 220 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.14 |
| HSL | 287.92º | 0.68% | 0.57% | - |
| HSV(B) | 287.92º | 0.68% | 0.86% | - |
| XYZ | 36.41 | 20.62 | 69.77 | - |
| YUV | 123.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 220 | 0.14 | 0.68 | 0 | 0.14 | 287.92 | 0.68 | 0.57 |
| Hex | BE | 47 | DC | E | 44 | 0 | E | 120 | 44 | 39 |
| Octal | 276 | 107 | 334 | 16 | 104 | 0 | 16 | 440 | 104 | 71 |
| Binary | 10111110 | 1000111 | 11011100 | 1110 | 1000100 | 0 | 1110 | 100100000 | 1000100 | 111001 |
Color Harmonies of #BE47DC
Complementary color
Monochromatic Colors of #BE47DC
Black with #BE47DC
Text Example
Text Example
White with #BE47DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE47DC; }
p { color: rgb(190,71,220); }
H1.HeaderClassName
{
color: #BE47DC;
}
.AnyTagClassName
{
color: #BE47DC;
}
</style>
background-color css
<style>
a { background-color: #BE47DC; }
a { background-color: rgb(190,71,220); }
div.DivClassName
{
background-color: #BE47DC;
}
.BgClassName
{
background-color: #BE47DC;
}
</style>
border-color css
<style>
span { border-color: #BE47DC; }
span { border-color: rgb(190,71,220); }
td.TdClassName
{
border-color: #BE47DC;
}
.TagClassName
{
border-color: #BE47DC;
}
</style>