#BE38E9

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

Shades of Medium Orchid #BE38E9

Tints of Medium Orchid #BE38E9

Color information

#BE38E9 (or 0xBE38E9) is unknown color: approx Medium Orchid. HEX triplet: BE, 38 and E9. RGB value is (190,56,233). Sum of RGB (Red+Green+Blue) = 190+56+233=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE38E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE38E9 is #41C716. Grayscale: #737373. Windows color (decimal): -4310807 or 15284414. OLE color: 15284414.

HSL color Cylindrical-coordinate representation of color #BE38E9: hue angle of 285.42º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE38E9 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19056233-
CMYK0.180.7600.09
HSL285.42º80.09%56.67%-
HSV(B)285.42º75.97%91.37%-
XYZ37.3619.6678.92-
YUV116.24193.89180.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 56 (22.27% from 255) = 11.69%
BLUE value IS 233 (91.41% from 255) = 48.64%
R=39.67%
G=11.69%
B=48.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal190562330.180.7600.09285.4280.0956.67
HexBE38E9124C0911d5039
Octal276703512211401143512071
Binary1011111011100011101001100101001100010011000111011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE38E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE38E9; }

 p { color: rgb(190,56,233); }

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

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

 a { background-color: rgb(190,56,233); }

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

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

 span { border-color: rgb(190,56,233); }

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