#BE41F6

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

Shades of Medium Orchid #BE41F6

Tints of Medium Orchid #BE41F6

Color information

#BE41F6 (or 0xBE41F6) is unknown color: approx Medium Orchid. HEX triplet: BE, 41 and F6. RGB value is (190,65,246). Sum of RGB (Red+Green+Blue) = 190+65+246=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE41F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41F6 is #41BE09. Grayscale: #7A7A7A. Windows color (decimal): -4308490 or 16138686. OLE color: 16138686.

HSL color Cylindrical-coordinate representation of color #BE41F6: hue angle of 281.44º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE41F6 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19065246-
CMYK0.230.7400.04
HSL281.44º90.95%60.98%-
HSV(B)281.44º73.58%96.47%-
XYZ39.7621.3889.22-
YUV123.01197.41175.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 65 (25.78% from 255) = 12.97%
BLUE value IS 246 (96.48% from 255) = 49.10%
R=37.92%
G=12.97%
B=49.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190652460.230.7400.04281.4490.9560.98
HexBE41F6174A041195b3d
Octal276101366271120443113375
Binary1011111010000011111011010111100101001001000110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41F6; }

 p { color: rgb(190,65,246); }

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

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

 a { background-color: rgb(190,65,246); }

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

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

 span { border-color: rgb(190,65,246); }

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