Shades of Medium Orchid #BE3BE0
Tints of Medium Orchid #BE3BE0
RGB
CMYK
RGB Variations
Color information
#BE3BE0 (or 0xBE3BE0) is known color: Medium Orchid. HEX triplet: BE, 3B and E0. RGB value is (190,59,224). Sum of RGB (Red+Green+Blue) = 190+59+224=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE3BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BE0 is #41C41F. Grayscale: #747474. Windows color (decimal): -4310048 or 14695358. OLE color: 14695358.
HSL color Cylindrical-coordinate representation of color #BE3BE0: hue angle of 287.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3BE0 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 59 | 224 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.12 |
| HSL | 287.64º | 0.73% | 0.55% | - |
| HSV(B) | 287.64º | 0.74% | 0.88% | - |
| XYZ | 36.25 | 19.46 | 72.37 | - |
| YUV | 116.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 224 | 0.15 | 0.74 | 0 | 0.12 | 287.64 | 0.73 | 0.55 |
| Hex | BE | 3B | E0 | F | 4A | 0 | C | 120 | 49 | 37 |
| Octal | 276 | 73 | 340 | 17 | 112 | 0 | 14 | 440 | 111 | 67 |
| Binary | 10111110 | 111011 | 11100000 | 1111 | 1001010 | 0 | 1100 | 100100000 | 1001001 | 110111 |
Color Harmonies of #BE3BE0
Complementary color
Monochromatic Colors of #BE3BE0
Black with #BE3BE0
Text Example
Text Example
White with #BE3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3BE0; }
p { color: rgb(190,59,224); }
H1.HeaderClassName
{
color: #BE3BE0;
}
.AnyTagClassName
{
color: #BE3BE0;
}
</style>
background-color css
<style>
a { background-color: #BE3BE0; }
a { background-color: rgb(190,59,224); }
div.DivClassName
{
background-color: #BE3BE0;
}
.BgClassName
{
background-color: #BE3BE0;
}
</style>
border-color css
<style>
span { border-color: #BE3BE0; }
span { border-color: rgb(190,59,224); }
td.TdClassName
{
border-color: #BE3BE0;
}
.TagClassName
{
border-color: #BE3BE0;
}
</style>