Shades of Medium Orchid #BE4BF2
Tints of Medium Orchid #BE4BF2
RGB
CMYK
RGB Variations
Color information
#BE4BF2 (or 0xBE4BF2) is known color: Medium Orchid. HEX triplet: BE, 4B and F2. RGB value is (190,75,242). Sum of RGB (Red+Green+Blue) = 190+75+242=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE4BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BF2 is #41B40D. Grayscale: #7F7F7F. Windows color (decimal): -4305934 or 15879102. OLE color: 15879102.
HSL color Cylindrical-coordinate representation of color #BE4BF2: hue angle of 281.32º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4BF2 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 75 | 242 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.05 |
| HSL | 281.32º | 0.87% | 0.62% | - |
| HSV(B) | 281.32º | 0.69% | 0.95% | - |
| XYZ | 39.78 | 22.39 | 86.23 | - |
| YUV | 128.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 242 | 0.21 | 0.69 | 0 | 0.05 | 281.32 | 0.87 | 0.62 |
| Hex | BE | 4B | F2 | 15 | 45 | 0 | 5 | 119 | 57 | 3E |
| Octal | 276 | 113 | 362 | 25 | 105 | 0 | 5 | 431 | 127 | 76 |
| Binary | 10111110 | 1001011 | 11110010 | 10101 | 1000101 | 0 | 101 | 100011001 | 1010111 | 111110 |
Color Harmonies of #BE4BF2
Complementary color
Monochromatic Colors of #BE4BF2
Black with #BE4BF2
Text Example
Text Example
White with #BE4BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4BF2; }
p { color: rgb(190,75,242); }
H1.HeaderClassName
{
color: #BE4BF2;
}
.AnyTagClassName
{
color: #BE4BF2;
}
</style>
background-color css
<style>
a { background-color: #BE4BF2; }
a { background-color: rgb(190,75,242); }
div.DivClassName
{
background-color: #BE4BF2;
}
.BgClassName
{
background-color: #BE4BF2;
}
</style>
border-color css
<style>
span { border-color: #BE4BF2; }
span { border-color: rgb(190,75,242); }
td.TdClassName
{
border-color: #BE4BF2;
}
.TagClassName
{
border-color: #BE4BF2;
}
</style>