#BE6BD0

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

Shades of Medium Orchid #BE6BD0

Tints of Medium Orchid #BE6BD0

Color information

#BE6BD0 (or 0xBE6BD0) is unknown color: approx Medium Orchid. HEX triplet: BE, 6B and D0. RGB value is (190,107,208). Sum of RGB (Red+Green+Blue) = 190+107+208=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BD0 is #41942F. Grayscale: #8F8F8F. Windows color (decimal): -4297776 or 13659070. OLE color: 13659070.

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

Color convert

RGB190107208-
CMYK0.090.4900.18
HSL289.31º51.79%61.76%-
HSV(B)289.31º48.56%81.57%-
XYZ37.8826.0262.7-
YUV143.33164.5161.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=37.62%
G=21.19%
B=41.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901072080.090.4900.18289.3151.7961.76
HexBE6BD0931012121343e
Octal27615332011610224416476
Binary101111101101011110100001001110001010010100100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BD0; }

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

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

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

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

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

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

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

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