#BE5BF8

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

Shades of Medium Orchid #BE5BF8

Tints of Medium Orchid #BE5BF8

Color information

#BE5BF8 (or 0xBE5BF8) is unknown color: approx Medium Orchid. HEX triplet: BE, 5B and F8. RGB value is (190,91,248). Sum of RGB (Red+Green+Blue) = 190+91+248=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE5BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BF8 is #41A407. Grayscale: #898989. Windows color (decimal): -4301832 or 16276414. OLE color: 16276414.

HSL color Cylindrical-coordinate representation of color #BE5BF8: hue angle of 277.83º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE5BF8 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19091248-
CMYK0.230.6300.03
HSL277.83º91.81%66.47%-
HSV(B)277.83º63.31%97.25%-
XYZ41.9225.2191.46-
YUV138.5189.8164.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=35.92%
G=17.20%
B=46.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal190912480.230.6300.03277.8391.8166.47
HexBE5BF8173F031165c42
Octal276133370277703426134102
Binary101111101011011111110001011111111101110001011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BF8; }

 p { color: rgb(190,91,248); }

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

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

 a { background-color: rgb(190,91,248); }

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

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

 span { border-color: rgb(190,91,248); }

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