#BE6FD2

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

Shades of Medium Orchid #BE6FD2

Tints of Medium Orchid #BE6FD2

Color information

#BE6FD2 (or 0xBE6FD2) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and D2. RGB value is (190,111,210). Sum of RGB (Red+Green+Blue) = 190+111+210=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE6FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FD2 is #41902D. Grayscale: #919191. Windows color (decimal): -4296750 or 13791166. OLE color: 13791166.

HSL color Cylindrical-coordinate representation of color #BE6FD2: hue angle of 287.88º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6FD2 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190111210-
CMYK0.100.4700.18
HSL287.88º52.38%62.94%-
HSV(B)287.88º47.14%82.35%-
XYZ38.5526.9764.15-
YUV145.91164.17159.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 210 (82.42% from 255) = 41.10%
R=37.18%
G=21.72%
B=41.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901112100.100.4700.18287.8852.3862.94
HexBE6FD2A2F012120343f
Octal27615732212570224406477
Binary101111101101111110100101010101111010010100100000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FD2; }

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

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

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

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

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

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

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

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