#BE5BCF

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

Shades of Medium Orchid #BE5BCF

Tints of Medium Orchid #BE5BCF

Color information

#BE5BCF (or 0xBE5BCF) is unknown color: approx Medium Orchid. HEX triplet: BE, 5B and CF. RGB value is (190,91,207). Sum of RGB (Red+Green+Blue) = 190+91+207=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE5BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BCF is #41A430. Grayscale: #858585. Windows color (decimal): -4301873 or 13589438. OLE color: 13589438.

HSL color Cylindrical-coordinate representation of color #BE5BCF: hue angle of 291.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5BCF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19091207-
CMYK0.080.5600.19
HSL291.21º54.72%58.43%-
HSV(B)291.21º56.04%81.18%-
XYZ36.2422.9361.55-
YUV133.82169.3168.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 91 (35.94% from 255) = 18.65%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=38.93%
G=18.65%
B=42.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190912070.080.5600.19291.2154.7258.43
HexBE5BCF838013123373a
Octal27613331710700234436772
Binary101111101011011110011111000111000010011100100011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BCF; }

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

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

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

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

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

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

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

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