#BE4FF4

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

Shades of Medium Orchid #BE4FF4

Tints of Medium Orchid #BE4FF4

Color information

#BE4FF4 (or 0xBE4FF4) is unknown color: approx Medium Orchid. HEX triplet: BE, 4F and F4. RGB value is (190,79,244). Sum of RGB (Red+Green+Blue) = 190+79+244=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE4FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FF4 is #41B00B. Grayscale: #828282. Windows color (decimal): -4304908 or 16011198. OLE color: 16011198.

HSL color Cylindrical-coordinate representation of color #BE4FF4: hue angle of 280.36º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4FF4 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19079244-
CMYK0.220.6800.04
HSL280.36º88.24%63.33%-
HSV(B)280.36º67.62%95.69%-
XYZ40.3623.0787.91-
YUV131191.77170.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 79 (31.25% from 255) = 15.40%
BLUE value IS 244 (95.70% from 255) = 47.56%
R=37.04%
G=15.40%
B=47.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190792440.220.6800.04280.3688.2463.33
HexBE4FF4164404118583f
Octal276117364261040443013077
Binary1011111010011111111010010110100010001001000110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FF4; }

 p { color: rgb(190,79,244); }

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

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

 a { background-color: rgb(190,79,244); }

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

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

 span { border-color: rgb(190,79,244); }

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