#BE65DD

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

Shades of Medium Orchid #BE65DD

Tints of Medium Orchid #BE65DD

Color information

#BE65DD (or 0xBE65DD) is unknown color: approx Medium Orchid. HEX triplet: BE, 65 and DD. RGB value is (190,101,221). Sum of RGB (Red+Green+Blue) = 190+101+221=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65DD is #419A22. Grayscale: #8C8C8C. Windows color (decimal): -4299299 or 14509502. OLE color: 14509502.

HSL color Cylindrical-coordinate representation of color #BE65DD: hue angle of 284.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE65DD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190101221-
CMYK0.140.5400.13
HSL284.5º63.83%63.14%-
HSV(B)284.5º54.3%86.67%-
XYZ38.9425.4771.27-
YUV141.29172.99162.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=37.11%
G=19.73%
B=43.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901012210.140.5400.13284.563.8363.14
HexBE65DDE360D11c403f
Octal276145335166601543410077
Binary101111101100101110111011110110110011011000111001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65DD; }

 p { color: rgb(190,101,221); }

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

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

 a { background-color: rgb(190,101,221); }

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

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

 span { border-color: rgb(190,101,221); }

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