#BE6AC9

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

Shades of Medium Orchid #BE6AC9

Tints of Medium Orchid #BE6AC9

Color information

#BE6AC9 (or 0xBE6AC9) is unknown color: approx Medium Orchid. HEX triplet: BE, 6A and C9. RGB value is (190,106,201). Sum of RGB (Red+Green+Blue) = 190+106+201=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE6AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AC9 is #419536. Grayscale: #8D8D8D. Windows color (decimal): -4298039 or 13200062. OLE color: 13200062.

HSL color Cylindrical-coordinate representation of color #BE6AC9: hue angle of 293.05º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6AC9 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190106201-
CMYK0.050.4700.21
HSL293.05º46.8%60.2%-
HSV(B)293.05º47.26%78.82%-
XYZ36.9325.4758.23-
YUV141.95161.33162.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=38.23%
G=21.33%
B=40.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901062010.050.4700.21293.0546.860.2
HexBE6AC952F0151252f3c
Octal2761523115570254455774
Binary10111110110101011001001101101111010101100100101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AC9; }

 p { color: rgb(190,106,201); }

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

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

 a { background-color: rgb(190,106,201); }

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

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

 span { border-color: rgb(190,106,201); }

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