#BE76D6

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

Shades of Medium Orchid #BE76D6

Tints of Medium Orchid #BE76D6

Color information

#BE76D6 (or 0xBE76D6) is unknown color: approx Medium Orchid. HEX triplet: BE, 76 and D6. RGB value is (190,118,214). Sum of RGB (Red+Green+Blue) = 190+118+214=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE76D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76D6 is #418929. Grayscale: #969696. Windows color (decimal): -4294954 or 14055102. OLE color: 14055102.

HSL color Cylindrical-coordinate representation of color #BE76D6: hue angle of 285º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE76D6 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190118214-
CMYK0.110.4500.16
HSL285º53.93%65.1%-
HSV(B)285º44.86%83.92%-
XYZ39.8528.7667.07-
YUV150.47163.85156.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 214 (83.98% from 255) = 41.00%
R=36.40%
G=22.61%
B=41.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901182140.110.4500.1628553.9365.1
HexBE76D6B2D01011d3641
Octal276166326135502043566101
Binary1011111011101101101011010111011010100001000111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76D6; }

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

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

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

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

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

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

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

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