Shades of Medium Orchid #BE4DCC
Tints of Medium Orchid #BE4DCC
RGB
CMYK
RGB Variations
Color information
#BE4DCC (or 0xBE4DCC) is known color: Medium Orchid. HEX triplet: BE, 4D and CC. RGB value is (190,77,204). Sum of RGB (Red+Green+Blue) = 190+77+204=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DCC is #41B233. Grayscale: #7C7C7C. Windows color (decimal): -4305460 or 13389246. OLE color: 13389246.
HSL color Cylindrical-coordinate representation of color #BE4DCC: hue angle of 293.39º 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 #BE4DCC is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 77 | 204 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.2 |
| HSL | 293.39º | 0.55% | 0.55% | - |
| HSV(B) | 293.39º | 0.62% | 0.8% | - |
| XYZ | 34.79 | 20.61 | 59.27 | - |
| YUV | 125.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 204 | 0.07 | 0.62 | 0 | 0.2 | 293.39 | 0.55 | 0.55 |
| Hex | BE | 4D | CC | 7 | 3E | 0 | 14 | 125 | 37 | 37 |
| Octal | 276 | 115 | 314 | 7 | 76 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111110 | 1001101 | 11001100 | 111 | 111110 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BE4DCC
Complementary color
Monochromatic Colors of #BE4DCC
Black with #BE4DCC
Text Example
Text Example
White with #BE4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DCC; }
p { color: rgb(190,77,204); }
H1.HeaderClassName
{
color: #BE4DCC;
}
.AnyTagClassName
{
color: #BE4DCC;
}
</style>
background-color css
<style>
a { background-color: #BE4DCC; }
a { background-color: rgb(190,77,204); }
div.DivClassName
{
background-color: #BE4DCC;
}
.BgClassName
{
background-color: #BE4DCC;
}
</style>
border-color css
<style>
span { border-color: #BE4DCC; }
span { border-color: rgb(190,77,204); }
td.TdClassName
{
border-color: #BE4DCC;
}
.TagClassName
{
border-color: #BE4DCC;
}
</style>