Shades of Medium Orchid #BE3EFC
Tints of Medium Orchid #BE3EFC
RGB
CMYK
RGB Variations
Color information
#BE3EFC (or 0xBE3EFC) is known color: Medium Orchid. HEX triplet: BE, 3E and FC. RGB value is (190,62,252). Sum of RGB (Red+Green+Blue) = 190+62+252=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EFC is #41C103. Grayscale: #797979. Windows color (decimal): -4309252 or 16531134. OLE color: 16531134.
HSL color Cylindrical-coordinate representation of color #BE3EFC: hue angle of 280.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3EFC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 62 | 252 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.01 |
| HSL | 280.42º | 0.97% | 0.62% | - |
| HSV(B) | 280.42º | 0.75% | 0.99% | - |
| XYZ | 40.53 | 21.42 | 94.09 | - |
| YUV | 121.93 | 201.41 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 252 | 0.25 | 0.75 | 0 | 0.01 | 280.42 | 0.97 | 0.62 |
| Hex | BE | 3E | FC | 19 | 4B | 0 | 1 | 118 | 61 | 3E |
| Octal | 276 | 76 | 374 | 31 | 113 | 0 | 1 | 430 | 141 | 76 |
| Binary | 10111110 | 111110 | 11111100 | 11001 | 1001011 | 0 | 1 | 100011000 | 1100001 | 111110 |
Color Harmonies of #BE3EFC
Complementary color
Monochromatic Colors of #BE3EFC
Black with #BE3EFC
Text Example
Text Example
White with #BE3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EFC; }
p { color: rgb(190,62,252); }
H1.HeaderClassName
{
color: #BE3EFC;
}
.AnyTagClassName
{
color: #BE3EFC;
}
</style>
background-color css
<style>
a { background-color: #BE3EFC; }
a { background-color: rgb(190,62,252); }
div.DivClassName
{
background-color: #BE3EFC;
}
.BgClassName
{
background-color: #BE3EFC;
}
</style>
border-color css
<style>
span { border-color: #BE3EFC; }
span { border-color: rgb(190,62,252); }
td.TdClassName
{
border-color: #BE3EFC;
}
.TagClassName
{
border-color: #BE3EFC;
}
</style>