Shades of Medium Orchid #BE3CE5
Tints of Medium Orchid #BE3CE5
RGB
CMYK
RGB Variations
Color information
#BE3CE5 (or 0xBE3CE5) is known color: Medium Orchid. HEX triplet: BE, 3C and E5. RGB value is (190,60,229). Sum of RGB (Red+Green+Blue) = 190+60+229=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CE5 is #41C31A. Grayscale: #757575. Windows color (decimal): -4309787 or 15023294. OLE color: 15023294.
HSL color Cylindrical-coordinate representation of color #BE3CE5: hue angle of 286.15º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3CE5 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 60 | 229 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.10 |
| HSL | 286.15º | 0.76% | 0.57% | - |
| HSV(B) | 286.15º | 0.74% | 0.9% | - |
| XYZ | 36.99 | 19.84 | 76.01 | - |
| YUV | 118.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 229 | 0.17 | 0.74 | 0 | 0.10 | 286.15 | 0.76 | 0.57 |
| Hex | BE | 3C | E5 | 11 | 4A | 0 | A | 11E | 4C | 39 |
| Octal | 276 | 74 | 345 | 21 | 112 | 0 | 12 | 436 | 114 | 71 |
| Binary | 10111110 | 111100 | 11100101 | 10001 | 1001010 | 0 | 1010 | 100011110 | 1001100 | 111001 |
Color Harmonies of #BE3CE5
Complementary color
Monochromatic Colors of #BE3CE5
Black with #BE3CE5
Text Example
Text Example
White with #BE3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CE5; }
p { color: rgb(190,60,229); }
H1.HeaderClassName
{
color: #BE3CE5;
}
.AnyTagClassName
{
color: #BE3CE5;
}
</style>
background-color css
<style>
a { background-color: #BE3CE5; }
a { background-color: rgb(190,60,229); }
div.DivClassName
{
background-color: #BE3CE5;
}
.BgClassName
{
background-color: #BE3CE5;
}
</style>
border-color css
<style>
span { border-color: #BE3CE5; }
span { border-color: rgb(190,60,229); }
td.TdClassName
{
border-color: #BE3CE5;
}
.TagClassName
{
border-color: #BE3CE5;
}
</style>