#BE49FF

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

Shades of Medium Orchid #BE49FF

Tints of Medium Orchid #BE49FF

Color information

#BE49FF (or 0xBE49FF) is unknown color: approx Medium Orchid. HEX triplet: BE, 49 and FF. RGB value is (190,73,255). Sum of RGB (Red+Green+Blue) = 190+73+255=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49FF is #41B600. Grayscale: #808080. Windows color (decimal): -4306433 or 16730558. OLE color: 16730558.

HSL color Cylindrical-coordinate representation of color #BE49FF: hue angle of 278.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE49FF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19073255-
CMYK0.250.7100
HSL278.57º100%64.31%-
HSV(B)278.57º71.37%100%-
XYZ41.6722.9396.84-
YUV128.73199.26171.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 73 (28.91% from 255) = 14.09%
BLUE value IS 255 (100% from 255) = 49.23%
R=36.68%
G=14.09%
B=49.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190732550.250.7100278.5710064.31
HexBE49FF1947001176440
Octal2761113773110700427144100
Binary101111101001001111111111100110001110010001011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE49FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE49FF; }

 p { color: rgb(190,73,255); }

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

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

 a { background-color: rgb(190,73,255); }

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

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

 span { border-color: rgb(190,73,255); }

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