Shades of Medium Orchid #BE3BEC
Tints of Medium Orchid #BE3BEC
RGB
CMYK
RGB Variations
Color information
#BE3BEC (or 0xBE3BEC) is known color: Medium Orchid. HEX triplet: BE, 3B and EC. RGB value is (190,59,236). Sum of RGB (Red+Green+Blue) = 190+59+236=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3BEC is #41C413. Grayscale: #757575. Windows color (decimal): -4310036 or 15481790. OLE color: 15481790.
HSL color Cylindrical-coordinate representation of color #BE3BEC: hue angle of 284.41º degrees, saturation: 0.82, 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 #BE3BEC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 59 | 236 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.07 |
| HSL | 284.41º | 0.82% | 0.58% | - |
| HSV(B) | 284.41º | 0.75% | 0.93% | - |
| XYZ | 37.94 | 20.13 | 81.24 | - |
| YUV | 118.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 236 | 0.19 | 0.75 | 0 | 0.07 | 284.41 | 0.82 | 0.58 |
| Hex | BE | 3B | EC | 13 | 4B | 0 | 7 | 11C | 52 | 3A |
| Octal | 276 | 73 | 354 | 23 | 113 | 0 | 7 | 434 | 122 | 72 |
| Binary | 10111110 | 111011 | 11101100 | 10011 | 1001011 | 0 | 111 | 100011100 | 1010010 | 111010 |
Color Harmonies of #BE3BEC
Complementary color
Monochromatic Colors of #BE3BEC
Black with #BE3BEC
Text Example
Text Example
White with #BE3BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3BEC; }
p { color: rgb(190,59,236); }
H1.HeaderClassName
{
color: #BE3BEC;
}
.AnyTagClassName
{
color: #BE3BEC;
}
</style>
background-color css
<style>
a { background-color: #BE3BEC; }
a { background-color: rgb(190,59,236); }
div.DivClassName
{
background-color: #BE3BEC;
}
.BgClassName
{
background-color: #BE3BEC;
}
</style>
border-color css
<style>
span { border-color: #BE3BEC; }
span { border-color: rgb(190,59,236); }
td.TdClassName
{
border-color: #BE3BEC;
}
.TagClassName
{
border-color: #BE3BEC;
}
</style>