Shades of Medium Orchid #BE3CFA
Tints of Medium Orchid #BE3CFA
RGB
CMYK
RGB Variations
Color information
#BE3CFA (or 0xBE3CFA) is known color: Medium Orchid. HEX triplet: BE, 3C and FA. RGB value is (190,60,250). Sum of RGB (Red+Green+Blue) = 190+60+250=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE3CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CFA is #41C305. Grayscale: #777777. Windows color (decimal): -4309766 or 16399550. OLE color: 16399550.
HSL color Cylindrical-coordinate representation of color #BE3CFA: hue angle of 281.05º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3CFA is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 60 | 250 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.02 |
| HSL | 281.05º | 0.95% | 0.61% | - |
| HSV(B) | 281.05º | 0.76% | 0.98% | - |
| XYZ | 40.11 | 21.08 | 92.4 | - |
| YUV | 120.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 250 | 0.24 | 0.76 | 0 | 0.02 | 281.05 | 0.95 | 0.61 |
| Hex | BE | 3C | FA | 18 | 4C | 0 | 2 | 119 | 5F | 3D |
| Octal | 276 | 74 | 372 | 30 | 114 | 0 | 2 | 431 | 137 | 75 |
| Binary | 10111110 | 111100 | 11111010 | 11000 | 1001100 | 0 | 10 | 100011001 | 1011111 | 111101 |
Color Harmonies of #BE3CFA
Complementary color
Monochromatic Colors of #BE3CFA
Black with #BE3CFA
Text Example
Text Example
White with #BE3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CFA; }
p { color: rgb(190,60,250); }
H1.HeaderClassName
{
color: #BE3CFA;
}
.AnyTagClassName
{
color: #BE3CFA;
}
</style>
background-color css
<style>
a { background-color: #BE3CFA; }
a { background-color: rgb(190,60,250); }
div.DivClassName
{
background-color: #BE3CFA;
}
.BgClassName
{
background-color: #BE3CFA;
}
</style>
border-color css
<style>
span { border-color: #BE3CFA; }
span { border-color: rgb(190,60,250); }
td.TdClassName
{
border-color: #BE3CFA;
}
.TagClassName
{
border-color: #BE3CFA;
}
</style>