Shades of Medium Orchid #BE4CF1
Tints of Medium Orchid #BE4CF1
RGB
CMYK
RGB Variations
Color information
#BE4CF1 (or 0xBE4CF1) is known color: Medium Orchid. HEX triplet: BE, 4C and F1. RGB value is (190,76,241). Sum of RGB (Red+Green+Blue) = 190+76+241=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE4CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CF1 is #41B30E. Grayscale: #808080. Windows color (decimal): -4305679 or 15813822. OLE color: 15813822.
HSL color Cylindrical-coordinate representation of color #BE4CF1: hue angle of 281.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4CF1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 76 | 241 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.05 |
| HSL | 281.45º | 0.85% | 0.62% | - |
| HSV(B) | 281.45º | 0.68% | 0.95% | - |
| XYZ | 39.7 | 22.47 | 85.46 | - |
| YUV | 128.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 241 | 0.21 | 0.68 | 0 | 0.05 | 281.45 | 0.85 | 0.62 |
| Hex | BE | 4C | F1 | 15 | 44 | 0 | 5 | 119 | 55 | 3E |
| Octal | 276 | 114 | 361 | 25 | 104 | 0 | 5 | 431 | 125 | 76 |
| Binary | 10111110 | 1001100 | 11110001 | 10101 | 1000100 | 0 | 101 | 100011001 | 1010101 | 111110 |
Color Harmonies of #BE4CF1
Complementary color
Monochromatic Colors of #BE4CF1
Black with #BE4CF1
Text Example
Text Example
White with #BE4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CF1; }
p { color: rgb(190,76,241); }
H1.HeaderClassName
{
color: #BE4CF1;
}
.AnyTagClassName
{
color: #BE4CF1;
}
</style>
background-color css
<style>
a { background-color: #BE4CF1; }
a { background-color: rgb(190,76,241); }
div.DivClassName
{
background-color: #BE4CF1;
}
.BgClassName
{
background-color: #BE4CF1;
}
</style>
border-color css
<style>
span { border-color: #BE4CF1; }
span { border-color: rgb(190,76,241); }
td.TdClassName
{
border-color: #BE4CF1;
}
.TagClassName
{
border-color: #BE4CF1;
}
</style>