#BE49F3

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

Shades of Medium Orchid #BE49F3

Tints of Medium Orchid #BE49F3

Color information

#BE49F3 (or 0xBE49F3) is unknown color: approx Medium Orchid. HEX triplet: BE, 49 and F3. RGB value is (190,73,243). Sum of RGB (Red+Green+Blue) = 190+73+243=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE49F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49F3 is #41B60C. Grayscale: #7E7E7E. Windows color (decimal): -4306445 or 15944126. OLE color: 15944126.

HSL color Cylindrical-coordinate representation of color #BE49F3: hue angle of 281.29º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE49F3 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19073243-
CMYK0.220.7000.05
HSL281.29º87.63%61.96%-
HSV(B)281.29º69.96%95.29%-
XYZ39.822.1886.98-
YUV127.36193.26172.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 73 (28.91% from 255) = 14.43%
BLUE value IS 243 (95.31% from 255) = 48.02%
R=37.55%
G=14.43%
B=48.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190732430.220.7000.05281.2987.6361.96
HexBE49F3164605119583e
Octal276111363261060543113076
Binary1011111010010011111001110110100011001011000110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE49F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE49F3; }

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

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

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

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

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

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

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

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