#BE6BD7

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

Shades of Medium Orchid #BE6BD7

Tints of Medium Orchid #BE6BD7

Color information

#BE6BD7 (or 0xBE6BD7) is unknown color: approx Medium Orchid. HEX triplet: BE, 6B and D7. RGB value is (190,107,215). Sum of RGB (Red+Green+Blue) = 190+107+215=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE6BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BD7 is #419428. Grayscale: #8F8F8F. Windows color (decimal): -4297769 or 14117822. OLE color: 14117822.

HSL color Cylindrical-coordinate representation of color #BE6BD7: hue angle of 286.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6BD7 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190107215-
CMYK0.120.5000.16
HSL286.11º57.45%63.14%-
HSV(B)286.11º50.23%84.31%-
XYZ38.7626.3767.34-
YUV144.13168160.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 107 (42.19% from 255) = 20.90%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=37.11%
G=20.90%
B=41.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901072150.120.5000.16286.1157.4563.14
HexBE6BD7C3201011e393f
Octal27615332714620204367177
Binary101111101101011110101111100110010010000100011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BD7; }

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

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

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

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

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

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

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

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