#BE6BD4

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

Shades of Medium Orchid #BE6BD4

Tints of Medium Orchid #BE6BD4

Color information

#BE6BD4 (or 0xBE6BD4) is unknown color: approx Medium Orchid. HEX triplet: BE, 6B and D4. RGB value is (190,107,212). Sum of RGB (Red+Green+Blue) = 190+107+212=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE6BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BD4 is #41942B. Grayscale: #8F8F8F. Windows color (decimal): -4297772 or 13921214. OLE color: 13921214.

HSL color Cylindrical-coordinate representation of color #BE6BD4: hue angle of 287.43º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6BD4 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190107212-
CMYK0.100.5000.17
HSL287.43º54.97%62.55%-
HSV(B)287.43º49.53%83.14%-
XYZ38.3826.2265.32-
YUV143.79166.5160.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=37.33%
G=21.02%
B=41.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901072120.100.5000.17287.4354.9762.55
HexBE6BD4A3201111f373f
Octal27615332412620214376777
Binary101111101101011110101001010110010010001100011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BD4; }

 p { color: rgb(190,107,212); }

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

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

 a { background-color: rgb(190,107,212); }

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

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

 span { border-color: rgb(190,107,212); }

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