Shades of Medium Orchid #BE3CED
Tints of Medium Orchid #BE3CED
RGB
CMYK
RGB Variations
Color information
#BE3CED (or 0xBE3CED) is known color: Medium Orchid. HEX triplet: BE, 3C and ED. RGB value is (190,60,237). Sum of RGB (Red+Green+Blue) = 190+60+237=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE3CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CED is #41C312. Grayscale: #767676. Windows color (decimal): -4309779 or 15547582. OLE color: 15547582.
HSL color Cylindrical-coordinate representation of color #BE3CED: hue angle of 284.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3CED is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 60 | 237 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.07 |
| HSL | 284.07º | 0.83% | 0.58% | - |
| HSV(B) | 284.07º | 0.75% | 0.93% | - |
| XYZ | 38.14 | 20.29 | 82.03 | - |
| YUV | 119.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 237 | 0.20 | 0.75 | 0 | 0.07 | 284.07 | 0.83 | 0.58 |
| Hex | BE | 3C | ED | 14 | 4B | 0 | 7 | 11C | 53 | 3A |
| Octal | 276 | 74 | 355 | 24 | 113 | 0 | 7 | 434 | 123 | 72 |
| Binary | 10111110 | 111100 | 11101101 | 10100 | 1001011 | 0 | 111 | 100011100 | 1010011 | 111010 |
Color Harmonies of #BE3CED
Complementary color
Monochromatic Colors of #BE3CED
Black with #BE3CED
Text Example
Text Example
White with #BE3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CED; }
p { color: rgb(190,60,237); }
H1.HeaderClassName
{
color: #BE3CED;
}
.AnyTagClassName
{
color: #BE3CED;
}
</style>
background-color css
<style>
a { background-color: #BE3CED; }
a { background-color: rgb(190,60,237); }
div.DivClassName
{
background-color: #BE3CED;
}
.BgClassName
{
background-color: #BE3CED;
}
</style>
border-color css
<style>
span { border-color: #BE3CED; }
span { border-color: rgb(190,60,237); }
td.TdClassName
{
border-color: #BE3CED;
}
.TagClassName
{
border-color: #BE3CED;
}
</style>