Shades of Medium Orchid #BE38FF
Tints of Medium Orchid #BE38FF
RGB
CMYK
RGB Variations
Color information
#BE38FF (or 0xBE38FF) is known color: Medium Orchid. HEX triplet: BE, 38 and FF. RGB value is (190,56,255). Sum of RGB (Red+Green+Blue) = 190+56+255=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE38FF is #41C700. Grayscale: #767676. Windows color (decimal): -4310785 or 16726206. OLE color: 16726206.
HSL color Cylindrical-coordinate representation of color #BE38FF: hue angle of 280.4º 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 #BE38FF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 56 | 255 | - |
| CMYK | 0.25 | 0.78 | 0 | 0 |
| HSL | 280.4º | 1% | 0.61% | - |
| HSV(B) | 280.4º | 0.78% | 1% | - |
| XYZ | 40.7 | 21 | 96.52 | - |
| YUV | 118.75 | 204.89 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 255 | 0.25 | 0.78 | 0 | 0 | 280.4 | 1 | 0.61 |
| Hex | BE | 38 | FF | 19 | 4E | 0 | 0 | 118 | 64 | 3D |
| Octal | 276 | 70 | 377 | 31 | 116 | 0 | 0 | 430 | 144 | 75 |
| Binary | 10111110 | 111000 | 11111111 | 11001 | 1001110 | 0 | 0 | 100011000 | 1100100 | 111101 |
Color Harmonies of #BE38FF
Complementary color
Monochromatic Colors of #BE38FF
Black with #BE38FF
Text Example
Text Example
White with #BE38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE38FF; }
p { color: rgb(190,56,255); }
H1.HeaderClassName
{
color: #BE38FF;
}
.AnyTagClassName
{
color: #BE38FF;
}
</style>
background-color css
<style>
a { background-color: #BE38FF; }
a { background-color: rgb(190,56,255); }
div.DivClassName
{
background-color: #BE38FF;
}
.BgClassName
{
background-color: #BE38FF;
}
</style>
border-color css
<style>
span { border-color: #BE38FF; }
span { border-color: rgb(190,56,255); }
td.TdClassName
{
border-color: #BE38FF;
}
.TagClassName
{
border-color: #BE38FF;
}
</style>