#BE4CF0

Color #BE4CF0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE4CF0

Tints of Medium Orchid #BE4CF0

Color information

#BE4CF0 (or 0xBE4CF0) is unknown color: approx Medium Orchid. HEX triplet: BE, 4C and F0. RGB value is (190,76,240). Sum of RGB (Red+Green+Blue) = 190+76+240=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CF0 is #41B30F. Grayscale: #808080. Windows color (decimal): -4305680 or 15748286. OLE color: 15748286.

HSL color Cylindrical-coordinate representation of color #BE4CF0: hue angle of 281.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4CF0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19076240-
CMYK0.210.6800.06
HSL281.71º84.54%61.96%-
HSV(B)281.71º68.33%94.12%-
XYZ39.5522.4184.68-
YUV128.78190.77171.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 76 (30.08% from 255) = 15.02%
BLUE value IS 240 (94.14% from 255) = 47.43%
R=37.55%
G=15.02%
B=47.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal190762400.210.6800.06281.7184.5461.96
HexBE4CF015440611a553e
Octal276114360251040643212576
Binary1011111010011001111000010101100010001101000110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4CF0; }

 p { color: rgb(190,76,240); }

 H1.HeaderClassName
 {
   color: #BE4CF0;
 }
 .AnyTagClassName
 {
   color: #BE4CF0;
 }
</style>
background-color css

<style>
 a { background-color: #BE4CF0; }

 a { background-color: rgb(190,76,240); }

 div.DivClassName
 {
   background-color: #BE4CF0;
 }
 .BgClassName
 {
   background-color: #BE4CF0;
 }
</style>
border-color css

<style>
 span { border-color: #BE4CF0; }

 span { border-color: rgb(190,76,240); }

 td.TdClassName
 {
   border-color: #BE4CF0;
 }
 .TagClassName
 {
   border-color: #BE4CF0;
 }
</style>