Shades of Medium Orchid #BE4FCC
Tints of Medium Orchid #BE4FCC
RGB
CMYK
RGB Variations
Color information
#BE4FCC (or 0xBE4FCC) is known color: Medium Orchid. HEX triplet: BE, 4F and CC. RGB value is (190,79,204). Sum of RGB (Red+Green+Blue) = 190+79+204=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FCC is #41B033. Grayscale: #7E7E7E. Windows color (decimal): -4304948 or 13389758. OLE color: 13389758.
HSL color Cylindrical-coordinate representation of color #BE4FCC: hue angle of 293.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4FCC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 79 | 204 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.2 |
| HSL | 293.28º | 0.55% | 0.55% | - |
| HSV(B) | 293.28º | 0.61% | 0.8% | - |
| XYZ | 34.93 | 20.9 | 59.32 | - |
| YUV | 126.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 204 | 0.07 | 0.61 | 0 | 0.2 | 293.28 | 0.55 | 0.55 |
| Hex | BE | 4F | CC | 7 | 3D | 0 | 14 | 125 | 37 | 37 |
| Octal | 276 | 117 | 314 | 7 | 75 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111110 | 1001111 | 11001100 | 111 | 111101 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BE4FCC
Complementary color
Monochromatic Colors of #BE4FCC
Black with #BE4FCC
Text Example
Text Example
White with #BE4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FCC; }
p { color: rgb(190,79,204); }
H1.HeaderClassName
{
color: #BE4FCC;
}
.AnyTagClassName
{
color: #BE4FCC;
}
</style>
background-color css
<style>
a { background-color: #BE4FCC; }
a { background-color: rgb(190,79,204); }
div.DivClassName
{
background-color: #BE4FCC;
}
.BgClassName
{
background-color: #BE4FCC;
}
</style>
border-color css
<style>
span { border-color: #BE4FCC; }
span { border-color: rgb(190,79,204); }
td.TdClassName
{
border-color: #BE4FCC;
}
.TagClassName
{
border-color: #BE4FCC;
}
</style>