Shades of Medium Orchid #BE47CF
Tints of Medium Orchid #BE47CF
RGB
CMYK
RGB Variations
Color information
#BE47CF (or 0xBE47CF) is known color: Medium Orchid. HEX triplet: BE, 47 and CF. RGB value is (190,71,207). Sum of RGB (Red+Green+Blue) = 190+71+207=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47CF is #41B830. Grayscale: #797979. Windows color (decimal): -4306993 or 13584318. OLE color: 13584318.
HSL color Cylindrical-coordinate representation of color #BE47CF: hue angle of 292.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE47CF is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 71 | 207 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.19 |
| HSL | 292.5º | 0.59% | 0.55% | - |
| HSV(B) | 292.5º | 0.66% | 0.81% | - |
| XYZ | 34.75 | 19.96 | 61.05 | - |
| YUV | 122.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 207 | 0.08 | 0.66 | 0 | 0.19 | 292.5 | 0.59 | 0.55 |
| Hex | BE | 47 | CF | 8 | 42 | 0 | 13 | 124 | 3B | 37 |
| Octal | 276 | 107 | 317 | 10 | 102 | 0 | 23 | 444 | 73 | 67 |
| Binary | 10111110 | 1000111 | 11001111 | 1000 | 1000010 | 0 | 10011 | 100100100 | 111011 | 110111 |
Color Harmonies of #BE47CF
Complementary color
Monochromatic Colors of #BE47CF
Black with #BE47CF
Text Example
Text Example
White with #BE47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE47CF; }
p { color: rgb(190,71,207); }
H1.HeaderClassName
{
color: #BE47CF;
}
.AnyTagClassName
{
color: #BE47CF;
}
</style>
background-color css
<style>
a { background-color: #BE47CF; }
a { background-color: rgb(190,71,207); }
div.DivClassName
{
background-color: #BE47CF;
}
.BgClassName
{
background-color: #BE47CF;
}
</style>
border-color css
<style>
span { border-color: #BE47CF; }
span { border-color: rgb(190,71,207); }
td.TdClassName
{
border-color: #BE47CF;
}
.TagClassName
{
border-color: #BE47CF;
}
</style>