Shades of Medium Orchid #BE4ACF
Tints of Medium Orchid #BE4ACF
RGB
CMYK
RGB Variations
Color information
#BE4ACF (or 0xBE4ACF) is known color: Medium Orchid. HEX triplet: BE, 4A and CF. RGB value is (190,74,207). Sum of RGB (Red+Green+Blue) = 190+74+207=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ACF is #41B530. Grayscale: #7B7B7B. Windows color (decimal): -4306225 or 13585086. OLE color: 13585086.
HSL color Cylindrical-coordinate representation of color #BE4ACF: hue angle of 292.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4ACF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 74 | 207 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.19 |
| HSL | 292.33º | 0.58% | 0.55% | - |
| HSV(B) | 292.33º | 0.64% | 0.81% | - |
| XYZ | 34.95 | 20.35 | 61.12 | - |
| YUV | 123.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 207 | 0.08 | 0.64 | 0 | 0.19 | 292.33 | 0.58 | 0.55 |
| Hex | BE | 4A | CF | 8 | 40 | 0 | 13 | 124 | 3A | 37 |
| Octal | 276 | 112 | 317 | 10 | 100 | 0 | 23 | 444 | 72 | 67 |
| Binary | 10111110 | 1001010 | 11001111 | 1000 | 1000000 | 0 | 10011 | 100100100 | 111010 | 110111 |
Color Harmonies of #BE4ACF
Complementary color
Monochromatic Colors of #BE4ACF
Black with #BE4ACF
Text Example
Text Example
White with #BE4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4ACF; }
p { color: rgb(190,74,207); }
H1.HeaderClassName
{
color: #BE4ACF;
}
.AnyTagClassName
{
color: #BE4ACF;
}
</style>
background-color css
<style>
a { background-color: #BE4ACF; }
a { background-color: rgb(190,74,207); }
div.DivClassName
{
background-color: #BE4ACF;
}
.BgClassName
{
background-color: #BE4ACF;
}
</style>
border-color css
<style>
span { border-color: #BE4ACF; }
span { border-color: rgb(190,74,207); }
td.TdClassName
{
border-color: #BE4ACF;
}
.TagClassName
{
border-color: #BE4ACF;
}
</style>