#BE46F6

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

Shades of Medium Orchid #BE46F6

Tints of Medium Orchid #BE46F6

Color information

#BE46F6 (or 0xBE46F6) is unknown color: approx Medium Orchid. HEX triplet: BE, 46 and F6. RGB value is (190,70,246). Sum of RGB (Red+Green+Blue) = 190+70+246=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE46F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE46F6 is #41B909. Grayscale: #7D7D7D. Windows color (decimal): -4307210 or 16139966. OLE color: 16139966.

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

Color convert

RGB19070246-
CMYK0.230.7200.04
HSL280.91º90.72%61.96%-
HSV(B)280.91º71.54%96.47%-
XYZ40.0621.9889.32-
YUV125.94195.76173.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 70 (27.73% from 255) = 13.83%
BLUE value IS 246 (96.48% from 255) = 48.62%
R=37.55%
G=13.83%
B=48.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190702460.230.7200.04280.9190.7261.96
HexBE46F61748041195b3e
Octal276106366271100443113376
Binary1011111010001101111011010111100100001001000110011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE46F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE46F6; }

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

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

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

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

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

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

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

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