Shades of Medium Orchid #BE39FF
Tints of Medium Orchid #BE39FF
RGB
CMYK
RGB Variations
Color information
#BE39FF (or 0xBE39FF) is known color: Medium Orchid. HEX triplet: BE, 39 and FF. RGB value is (190,57,255). Sum of RGB (Red+Green+Blue) = 190+57+255=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE39FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE39FF is #41C600. Grayscale: #767676. Windows color (decimal): -4310529 or 16726462. OLE color: 16726462.
HSL color Cylindrical-coordinate representation of color #BE39FF: hue angle of 280.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE39FF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 57 | 255 | - |
| CMYK | 0.25 | 0.78 | 0 | 0 |
| HSL | 280.3º | 1% | 0.61% | - |
| HSV(B) | 280.3º | 0.78% | 1% | - |
| XYZ | 40.75 | 21.09 | 96.53 | - |
| YUV | 119.34 | 204.56 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 255 | 0.25 | 0.78 | 0 | 0 | 280.3 | 1 | 0.61 |
| Hex | BE | 39 | FF | 19 | 4E | 0 | 0 | 118 | 64 | 3D |
| Octal | 276 | 71 | 377 | 31 | 116 | 0 | 0 | 430 | 144 | 75 |
| Binary | 10111110 | 111001 | 11111111 | 11001 | 1001110 | 0 | 0 | 100011000 | 1100100 | 111101 |
Color Harmonies of #BE39FF
Complementary color
Monochromatic Colors of #BE39FF
Black with #BE39FF
Text Example
Text Example
White with #BE39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE39FF; }
p { color: rgb(190,57,255); }
H1.HeaderClassName
{
color: #BE39FF;
}
.AnyTagClassName
{
color: #BE39FF;
}
</style>
background-color css
<style>
a { background-color: #BE39FF; }
a { background-color: rgb(190,57,255); }
div.DivClassName
{
background-color: #BE39FF;
}
.BgClassName
{
background-color: #BE39FF;
}
</style>
border-color css
<style>
span { border-color: #BE39FF; }
span { border-color: rgb(190,57,255); }
td.TdClassName
{
border-color: #BE39FF;
}
.TagClassName
{
border-color: #BE39FF;
}
</style>