Shades of Medium Orchid #BE40FC
Tints of Medium Orchid #BE40FC
RGB
CMYK
RGB Variations
Color information
#BE40FC (or 0xBE40FC) is known color: Medium Orchid. HEX triplet: BE, 40 and FC. RGB value is (190,64,252). Sum of RGB (Red+Green+Blue) = 190+64+252=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40FC is #41BF03. Grayscale: #7A7A7A. Windows color (decimal): -4308740 or 16531646. OLE color: 16531646.
HSL color Cylindrical-coordinate representation of color #BE40FC: hue angle of 280.21º 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 #BE40FC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 64 | 252 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.01 |
| HSL | 280.21º | 0.97% | 0.62% | - |
| HSV(B) | 280.21º | 0.75% | 0.99% | - |
| XYZ | 40.64 | 21.64 | 94.13 | - |
| YUV | 123.11 | 200.74 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 252 | 0.25 | 0.75 | 0 | 0.01 | 280.21 | 0.97 | 0.62 |
| Hex | BE | 40 | FC | 19 | 4B | 0 | 1 | 118 | 61 | 3E |
| Octal | 276 | 100 | 374 | 31 | 113 | 0 | 1 | 430 | 141 | 76 |
| Binary | 10111110 | 1000000 | 11111100 | 11001 | 1001011 | 0 | 1 | 100011000 | 1100001 | 111110 |
Color Harmonies of #BE40FC
Complementary color
Monochromatic Colors of #BE40FC
Black with #BE40FC
Text Example
Text Example
White with #BE40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40FC; }
p { color: rgb(190,64,252); }
H1.HeaderClassName
{
color: #BE40FC;
}
.AnyTagClassName
{
color: #BE40FC;
}
</style>
background-color css
<style>
a { background-color: #BE40FC; }
a { background-color: rgb(190,64,252); }
div.DivClassName
{
background-color: #BE40FC;
}
.BgClassName
{
background-color: #BE40FC;
}
</style>
border-color css
<style>
span { border-color: #BE40FC; }
span { border-color: rgb(190,64,252); }
td.TdClassName
{
border-color: #BE40FC;
}
.TagClassName
{
border-color: #BE40FC;
}
</style>