Shades of Medium Orchid #BE3AF0
Tints of Medium Orchid #BE3AF0
RGB
CMYK
RGB Variations
Color information
#BE3AF0 (or 0xBE3AF0) is known color: Medium Orchid. HEX triplet: BE, 3A and F0. RGB value is (190,58,240). Sum of RGB (Red+Green+Blue) = 190+58+240=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE3AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AF0 is #41C50F. Grayscale: #757575. Windows color (decimal): -4310288 or 15743678. OLE color: 15743678.
HSL color Cylindrical-coordinate representation of color #BE3AF0: hue angle of 283.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3AF0 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 58 | 240 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.06 |
| HSL | 283.52º | 0.86% | 0.58% | - |
| HSV(B) | 283.52º | 0.76% | 0.94% | - |
| XYZ | 38.48 | 20.26 | 84.32 | - |
| YUV | 118.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 240 | 0.21 | 0.76 | 0 | 0.06 | 283.52 | 0.86 | 0.58 |
| Hex | BE | 3A | F0 | 15 | 4C | 0 | 6 | 11C | 56 | 3A |
| Octal | 276 | 72 | 360 | 25 | 114 | 0 | 6 | 434 | 126 | 72 |
| Binary | 10111110 | 111010 | 11110000 | 10101 | 1001100 | 0 | 110 | 100011100 | 1010110 | 111010 |
Color Harmonies of #BE3AF0
Complementary color
Monochromatic Colors of #BE3AF0
Black with #BE3AF0
Text Example
Text Example
White with #BE3AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3AF0; }
p { color: rgb(190,58,240); }
H1.HeaderClassName
{
color: #BE3AF0;
}
.AnyTagClassName
{
color: #BE3AF0;
}
</style>
background-color css
<style>
a { background-color: #BE3AF0; }
a { background-color: rgb(190,58,240); }
div.DivClassName
{
background-color: #BE3AF0;
}
.BgClassName
{
background-color: #BE3AF0;
}
</style>
border-color css
<style>
span { border-color: #BE3AF0; }
span { border-color: rgb(190,58,240); }
td.TdClassName
{
border-color: #BE3AF0;
}
.TagClassName
{
border-color: #BE3AF0;
}
</style>