Shades of Medium Orchid #BE4CCF
Tints of Medium Orchid #BE4CCF
RGB
CMYK
RGB Variations
Color information
#BE4CCF (or 0xBE4CCF) is known color: Medium Orchid. HEX triplet: BE, 4C and CF. RGB value is (190,76,207). Sum of RGB (Red+Green+Blue) = 190+76+207=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CCF is #41B330. Grayscale: #7C7C7C. Windows color (decimal): -4305713 or 13585598. OLE color: 13585598.
HSL color Cylindrical-coordinate representation of color #BE4CCF: hue angle of 292.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4CCF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 76 | 207 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.19 |
| HSL | 292.21º | 0.58% | 0.55% | - |
| HSV(B) | 292.21º | 0.63% | 0.81% | - |
| XYZ | 35.08 | 20.62 | 61.16 | - |
| YUV | 125.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 207 | 0.08 | 0.63 | 0 | 0.19 | 292.21 | 0.58 | 0.55 |
| Hex | BE | 4C | CF | 8 | 3F | 0 | 13 | 124 | 3A | 37 |
| Octal | 276 | 114 | 317 | 10 | 77 | 0 | 23 | 444 | 72 | 67 |
| Binary | 10111110 | 1001100 | 11001111 | 1000 | 111111 | 0 | 10011 | 100100100 | 111010 | 110111 |
Color Harmonies of #BE4CCF
Complementary color
Monochromatic Colors of #BE4CCF
Black with #BE4CCF
Text Example
Text Example
White with #BE4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CCF; }
p { color: rgb(190,76,207); }
H1.HeaderClassName
{
color: #BE4CCF;
}
.AnyTagClassName
{
color: #BE4CCF;
}
</style>
background-color css
<style>
a { background-color: #BE4CCF; }
a { background-color: rgb(190,76,207); }
div.DivClassName
{
background-color: #BE4CCF;
}
.BgClassName
{
background-color: #BE4CCF;
}
</style>
border-color css
<style>
span { border-color: #BE4CCF; }
span { border-color: rgb(190,76,207); }
td.TdClassName
{
border-color: #BE4CCF;
}
.TagClassName
{
border-color: #BE4CCF;
}
</style>