#BE6FC9

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

Shades of Medium Orchid #BE6FC9

Tints of Medium Orchid #BE6FC9

Color information

#BE6FC9 (or 0xBE6FC9) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and C9. RGB value is (190,111,201). Sum of RGB (Red+Green+Blue) = 190+111+201=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE6FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FC9 is #419036. Grayscale: #909090. Windows color (decimal): -4296759 or 13201342. OLE color: 13201342.

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

Color convert

RGB190111201-
CMYK0.050.4500.21
HSL292.67º45.45%61.18%-
HSV(B)292.67º44.78%78.82%-
XYZ37.4626.5358.41-
YUV144.88159.67160.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=37.85%
G=22.11%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901112010.050.4500.21292.6745.4561.18
HexBE6FC952D0151252d3d
Octal2761573115550254455575
Binary10111110110111111001001101101101010101100100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FC9; }

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

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

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

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

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

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

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

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