#BE76D9

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

Shades of Medium Orchid #BE76D9

Tints of Medium Orchid #BE76D9

Color information

#BE76D9 (or 0xBE76D9) is unknown color: approx Medium Orchid. HEX triplet: BE, 76 and D9. RGB value is (190,118,217). Sum of RGB (Red+Green+Blue) = 190+118+217=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE76D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76D9 is #418926. Grayscale: #969696. Windows color (decimal): -4294951 or 14251710. OLE color: 14251710.

HSL color Cylindrical-coordinate representation of color #BE76D9: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE76D9 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190118217-
CMYK0.120.4600.15
HSL283.64º56.57%65.69%-
HSV(B)283.64º45.62%85.1%-
XYZ40.2428.9169.11-
YUV150.81165.35155.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=36.19%
G=22.48%
B=41.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901182170.120.4600.15283.6456.5765.69
HexBE76D9C2E0F11c3942
Octal276166331145601743471102
Binary101111101110110110110011100101110011111000111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76D9; }

 p { color: rgb(190,118,217); }

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

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

 a { background-color: rgb(190,118,217); }

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

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

 span { border-color: rgb(190,118,217); }

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