Shades of Medium Orchid #BE3CFC
Tints of Medium Orchid #BE3CFC
RGB
CMYK
RGB Variations
Color information
#BE3CFC (or 0xBE3CFC) is known color: Medium Orchid. HEX triplet: BE, 3C and FC. RGB value is (190,60,252). Sum of RGB (Red+Green+Blue) = 190+60+252=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE3CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CFC is #41C303. Grayscale: #787878. Windows color (decimal): -4309764 or 16530622. OLE color: 16530622.
HSL color Cylindrical-coordinate representation of color #BE3CFC: hue angle of 280.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3CFC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 60 | 252 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.01 |
| HSL | 280.63º | 0.97% | 0.61% | - |
| HSV(B) | 280.63º | 0.76% | 0.99% | - |
| XYZ | 40.42 | 21.21 | 94.06 | - |
| YUV | 120.76 | 202.07 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 252 | 0.25 | 0.76 | 0 | 0.01 | 280.63 | 0.97 | 0.61 |
| Hex | BE | 3C | FC | 19 | 4C | 0 | 1 | 119 | 61 | 3D |
| Octal | 276 | 74 | 374 | 31 | 114 | 0 | 1 | 431 | 141 | 75 |
| Binary | 10111110 | 111100 | 11111100 | 11001 | 1001100 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #BE3CFC
Complementary color
Monochromatic Colors of #BE3CFC
Black with #BE3CFC
Text Example
Text Example
White with #BE3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CFC; }
p { color: rgb(190,60,252); }
H1.HeaderClassName
{
color: #BE3CFC;
}
.AnyTagClassName
{
color: #BE3CFC;
}
</style>
background-color css
<style>
a { background-color: #BE3CFC; }
a { background-color: rgb(190,60,252); }
div.DivClassName
{
background-color: #BE3CFC;
}
.BgClassName
{
background-color: #BE3CFC;
}
</style>
border-color css
<style>
span { border-color: #BE3CFC; }
span { border-color: rgb(190,60,252); }
td.TdClassName
{
border-color: #BE3CFC;
}
.TagClassName
{
border-color: #BE3CFC;
}
</style>