Shades of Medium Orchid #BE4BFE
Tints of Medium Orchid #BE4BFE
RGB
CMYK
RGB Variations
Color information
#BE4BFE (or 0xBE4BFE) is known color: Medium Orchid. HEX triplet: BE, 4B and FE. RGB value is (190,75,254). Sum of RGB (Red+Green+Blue) = 190+75+254=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BFE is #41B401. Grayscale: #818181. Windows color (decimal): -4305922 or 16665534. OLE color: 16665534.
HSL color Cylindrical-coordinate representation of color #BE4BFE: hue angle of 278.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE4BFE is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 75 | 254 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.00 |
| HSL | 278.55º | 0.99% | 0.65% | - |
| HSV(B) | 278.55º | 0.7% | 1% | - |
| XYZ | 41.64 | 23.14 | 96.04 | - |
| YUV | 129.79 | 198.1 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 254 | 0.25 | 0.70 | 0 | 0.00 | 278.55 | 0.99 | 0.65 |
| Hex | BE | 4B | FE | 19 | 46 | 0 | 0 | 117 | 63 | 41 |
| Octal | 276 | 113 | 376 | 31 | 106 | 0 | 0 | 427 | 143 | 101 |
| Binary | 10111110 | 1001011 | 11111110 | 11001 | 1000110 | 0 | 0 | 100010111 | 1100011 | 1000001 |
Color Harmonies of #BE4BFE
Complementary color
Monochromatic Colors of #BE4BFE
Black with #BE4BFE
Text Example
Text Example
White with #BE4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4BFE; }
p { color: rgb(190,75,254); }
H1.HeaderClassName
{
color: #BE4BFE;
}
.AnyTagClassName
{
color: #BE4BFE;
}
</style>
background-color css
<style>
a { background-color: #BE4BFE; }
a { background-color: rgb(190,75,254); }
div.DivClassName
{
background-color: #BE4BFE;
}
.BgClassName
{
background-color: #BE4BFE;
}
</style>
border-color css
<style>
span { border-color: #BE4BFE; }
span { border-color: rgb(190,75,254); }
td.TdClassName
{
border-color: #BE4BFE;
}
.TagClassName
{
border-color: #BE4BFE;
}
</style>