Shades of Medium Orchid #BE47E8
Tints of Medium Orchid #BE47E8
RGB
CMYK
RGB Variations
Color information
#BE47E8 (or 0xBE47E8) is known color: Medium Orchid. HEX triplet: BE, 47 and E8. RGB value is (190,71,232). Sum of RGB (Red+Green+Blue) = 190+71+232=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE47E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE47E8 is #41B817. Grayscale: #7C7C7C. Windows color (decimal): -4306968 or 15222718. OLE color: 15222718.
HSL color Cylindrical-coordinate representation of color #BE47E8: hue angle of 284.35º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE47E8 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 71 | 232 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.09 |
| HSL | 284.35º | 0.78% | 0.59% | - |
| HSV(B) | 284.35º | 0.69% | 0.91% | - |
| XYZ | 38.05 | 21.28 | 78.45 | - |
| YUV | 124.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 232 | 0.18 | 0.69 | 0 | 0.09 | 284.35 | 0.78 | 0.59 |
| Hex | BE | 47 | E8 | 12 | 45 | 0 | 9 | 11C | 4E | 3B |
| Octal | 276 | 107 | 350 | 22 | 105 | 0 | 11 | 434 | 116 | 73 |
| Binary | 10111110 | 1000111 | 11101000 | 10010 | 1000101 | 0 | 1001 | 100011100 | 1001110 | 111011 |
Color Harmonies of #BE47E8
Complementary color
Monochromatic Colors of #BE47E8
Black with #BE47E8
Text Example
Text Example
White with #BE47E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE47E8; }
p { color: rgb(190,71,232); }
H1.HeaderClassName
{
color: #BE47E8;
}
.AnyTagClassName
{
color: #BE47E8;
}
</style>
background-color css
<style>
a { background-color: #BE47E8; }
a { background-color: rgb(190,71,232); }
div.DivClassName
{
background-color: #BE47E8;
}
.BgClassName
{
background-color: #BE47E8;
}
</style>
border-color css
<style>
span { border-color: #BE47E8; }
span { border-color: rgb(190,71,232); }
td.TdClassName
{
border-color: #BE47E8;
}
.TagClassName
{
border-color: #BE47E8;
}
</style>