Shades of Medium Orchid #BE3CF2
Tints of Medium Orchid #BE3CF2
RGB
CMYK
RGB Variations
Color information
#BE3CF2 (or 0xBE3CF2) is known color: Medium Orchid. HEX triplet: BE, 3C and F2. RGB value is (190,60,242). Sum of RGB (Red+Green+Blue) = 190+60+242=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE3CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CF2 is #41C30D. Grayscale: #777777. Windows color (decimal): -4309774 or 15875262. OLE color: 15875262.
HSL color Cylindrical-coordinate representation of color #BE3CF2: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3CF2 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 60 | 242 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.05 |
| HSL | 282.86º | 0.88% | 0.59% | - |
| HSV(B) | 282.86º | 0.75% | 0.95% | - |
| XYZ | 38.88 | 20.59 | 85.93 | - |
| YUV | 119.62 | 197.07 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 242 | 0.21 | 0.75 | 0 | 0.05 | 282.86 | 0.88 | 0.59 |
| Hex | BE | 3C | F2 | 15 | 4B | 0 | 5 | 11B | 58 | 3B |
| Octal | 276 | 74 | 362 | 25 | 113 | 0 | 5 | 433 | 130 | 73 |
| Binary | 10111110 | 111100 | 11110010 | 10101 | 1001011 | 0 | 101 | 100011011 | 1011000 | 111011 |
Color Harmonies of #BE3CF2
Complementary color
Monochromatic Colors of #BE3CF2
Black with #BE3CF2
Text Example
Text Example
White with #BE3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CF2; }
p { color: rgb(190,60,242); }
H1.HeaderClassName
{
color: #BE3CF2;
}
.AnyTagClassName
{
color: #BE3CF2;
}
</style>
background-color css
<style>
a { background-color: #BE3CF2; }
a { background-color: rgb(190,60,242); }
div.DivClassName
{
background-color: #BE3CF2;
}
.BgClassName
{
background-color: #BE3CF2;
}
</style>
border-color css
<style>
span { border-color: #BE3CF2; }
span { border-color: rgb(190,60,242); }
td.TdClassName
{
border-color: #BE3CF2;
}
.TagClassName
{
border-color: #BE3CF2;
}
</style>