Shades of Medium Orchid #BE4ECB
Tints of Medium Orchid #BE4ECB
RGB
CMYK
RGB Variations
Color information
#BE4ECB (or 0xBE4ECB) is known color: Medium Orchid. HEX triplet: BE, 4E and CB. RGB value is (190,78,203). Sum of RGB (Red+Green+Blue) = 190+78+203=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4ECB is #41B134. Grayscale: #7D7D7D. Windows color (decimal): -4305205 or 13323966. OLE color: 13323966.
HSL color Cylindrical-coordinate representation of color #BE4ECB: hue angle of 293.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4ECB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 78 | 203 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.20 |
| HSL | 293.76º | 0.55% | 0.55% | - |
| HSV(B) | 293.76º | 0.62% | 0.8% | - |
| XYZ | 34.74 | 20.71 | 58.67 | - |
| YUV | 125.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 203 | 0.06 | 0.62 | 0 | 0.20 | 293.76 | 0.55 | 0.55 |
| Hex | BE | 4E | CB | 6 | 3E | 0 | 14 | 126 | 37 | 37 |
| Octal | 276 | 116 | 313 | 6 | 76 | 0 | 24 | 446 | 67 | 67 |
| Binary | 10111110 | 1001110 | 11001011 | 110 | 111110 | 0 | 10100 | 100100110 | 110111 | 110111 |
Color Harmonies of #BE4ECB
Complementary color
Monochromatic Colors of #BE4ECB
Black with #BE4ECB
Text Example
Text Example
White with #BE4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4ECB; }
p { color: rgb(190,78,203); }
H1.HeaderClassName
{
color: #BE4ECB;
}
.AnyTagClassName
{
color: #BE4ECB;
}
</style>
background-color css
<style>
a { background-color: #BE4ECB; }
a { background-color: rgb(190,78,203); }
div.DivClassName
{
background-color: #BE4ECB;
}
.BgClassName
{
background-color: #BE4ECB;
}
</style>
border-color css
<style>
span { border-color: #BE4ECB; }
span { border-color: rgb(190,78,203); }
td.TdClassName
{
border-color: #BE4ECB;
}
.TagClassName
{
border-color: #BE4ECB;
}
</style>