#BE65D7

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

Shades of Medium Orchid #BE65D7

Tints of Medium Orchid #BE65D7

Color information

#BE65D7 (or 0xBE65D7) is unknown color: approx Medium Orchid. HEX triplet: BE, 65 and D7. RGB value is (190,101,215). Sum of RGB (Red+Green+Blue) = 190+101+215=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65D7 is #419A28. Grayscale: #8C8C8C. Windows color (decimal): -4299305 or 14116286. OLE color: 14116286.

HSL color Cylindrical-coordinate representation of color #BE65D7: hue angle of 286.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE65D7 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190101215-
CMYK0.120.5300.16
HSL286.84º58.76%61.96%-
HSV(B)286.84º53.02%84.31%-
XYZ38.1525.1667.14-
YUV140.61169.99163.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 215 (84.38% from 255) = 42.49%
R=37.55%
G=19.96%
B=42.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901012150.120.5300.16286.8458.7661.96
HexBE65D7C3501011f3b3e
Octal27614532714650204377376
Binary101111101100101110101111100110101010000100011111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65D7; }

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

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

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

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

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

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

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

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