#BE6FCE

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

Shades of Medium Orchid #BE6FCE

Tints of Medium Orchid #BE6FCE

Color information

#BE6FCE (or 0xBE6FCE) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and CE. RGB value is (190,111,206). Sum of RGB (Red+Green+Blue) = 190+111+206=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FCE is #419031. Grayscale: #919191. Windows color (decimal): -4296754 or 13529022. OLE color: 13529022.

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

Color convert

RGB190111206-
CMYK0.080.4600.19
HSL289.89º49.22%62.16%-
HSV(B)289.89º46.12%80.78%-
XYZ38.0626.7761.55-
YUV145.45162.17159.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=37.48%
G=21.89%
B=40.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901112060.080.4600.19289.8949.2262.16
HexBE6FCE82E013122313e
Octal27615731610560234426176
Binary101111101101111110011101000101110010011100100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FCE; }

 p { color: rgb(190,111,206); }

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

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

 a { background-color: rgb(190,111,206); }

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

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

 span { border-color: rgb(190,111,206); }

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