Shades of Medium Orchid #BE3FE1
Tints of Medium Orchid #BE3FE1
RGB
CMYK
RGB Variations
Color information
#BE3FE1 (or 0xBE3FE1) is known color: Medium Orchid. HEX triplet: BE, 3F and E1. RGB value is (190,63,225). Sum of RGB (Red+Green+Blue) = 190+63+225=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE3FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FE1 is #41C01E. Grayscale: #767676. Windows color (decimal): -4309023 or 14761918. OLE color: 14761918.
HSL color Cylindrical-coordinate representation of color #BE3FE1: hue angle of 287.04º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3FE1 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 63 | 225 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.12 |
| HSL | 287.04º | 0.73% | 0.56% | - |
| HSV(B) | 287.04º | 0.72% | 0.88% | - |
| XYZ | 36.6 | 19.94 | 73.15 | - |
| YUV | 119.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 225 | 0.16 | 0.72 | 0 | 0.12 | 287.04 | 0.73 | 0.56 |
| Hex | BE | 3F | E1 | 10 | 48 | 0 | C | 11F | 49 | 38 |
| Octal | 276 | 77 | 341 | 20 | 110 | 0 | 14 | 437 | 111 | 70 |
| Binary | 10111110 | 111111 | 11100001 | 10000 | 1001000 | 0 | 1100 | 100011111 | 1001001 | 111000 |
Color Harmonies of #BE3FE1
Complementary color
Monochromatic Colors of #BE3FE1
Black with #BE3FE1
Text Example
Text Example
White with #BE3FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FE1; }
p { color: rgb(190,63,225); }
H1.HeaderClassName
{
color: #BE3FE1;
}
.AnyTagClassName
{
color: #BE3FE1;
}
</style>
background-color css
<style>
a { background-color: #BE3FE1; }
a { background-color: rgb(190,63,225); }
div.DivClassName
{
background-color: #BE3FE1;
}
.BgClassName
{
background-color: #BE3FE1;
}
</style>
border-color css
<style>
span { border-color: #BE3FE1; }
span { border-color: rgb(190,63,225); }
td.TdClassName
{
border-color: #BE3FE1;
}
.TagClassName
{
border-color: #BE3FE1;
}
</style>