Shades of Medium Orchid #BE40FF
Tints of Medium Orchid #BE40FF
RGB
CMYK
RGB Variations
Color information
#BE40FF (or 0xBE40FF) is known color: Medium Orchid. HEX triplet: BE, 40 and FF. RGB value is (190,64,255). Sum of RGB (Red+Green+Blue) = 190+64+255=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40FF is #41BF00. Grayscale: #7A7A7A. Windows color (decimal): -4308737 or 16728254. OLE color: 16728254.
HSL color Cylindrical-coordinate representation of color #BE40FF: hue angle of 279.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE40FF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 64 | 255 | - |
| CMYK | 0.25 | 0.75 | 0 | 0 |
| HSL | 279.58º | 1% | 0.63% | - |
| HSV(B) | 279.58º | 0.75% | 1% | - |
| XYZ | 41.12 | 21.83 | 96.65 | - |
| YUV | 123.45 | 202.24 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 255 | 0.25 | 0.75 | 0 | 0 | 279.58 | 1 | 0.63 |
| Hex | BE | 40 | FF | 19 | 4B | 0 | 0 | 118 | 64 | 3F |
| Octal | 276 | 100 | 377 | 31 | 113 | 0 | 0 | 430 | 144 | 77 |
| Binary | 10111110 | 1000000 | 11111111 | 11001 | 1001011 | 0 | 0 | 100011000 | 1100100 | 111111 |
Color Harmonies of #BE40FF
Complementary color
Monochromatic Colors of #BE40FF
Black with #BE40FF
Text Example
Text Example
White with #BE40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40FF; }
p { color: rgb(190,64,255); }
H1.HeaderClassName
{
color: #BE40FF;
}
.AnyTagClassName
{
color: #BE40FF;
}
</style>
background-color css
<style>
a { background-color: #BE40FF; }
a { background-color: rgb(190,64,255); }
div.DivClassName
{
background-color: #BE40FF;
}
.BgClassName
{
background-color: #BE40FF;
}
</style>
border-color css
<style>
span { border-color: #BE40FF; }
span { border-color: rgb(190,64,255); }
td.TdClassName
{
border-color: #BE40FF;
}
.TagClassName
{
border-color: #BE40FF;
}
</style>