#B16ED1

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

Shades of Medium Orchid #B16ED1

Tints of Medium Orchid #B16ED1

Color information

#B16ED1 (or 0xB16ED1) is unknown color: approx Medium Orchid. HEX triplet: B1, 6E and D1. RGB value is (177,110,209). Sum of RGB (Red+Green+Blue) = 177+110+209=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #B16ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED1 is #4E912E. Grayscale: #8C8C8C. Windows color (decimal): -5148975 or 13725361. OLE color: 13725361.

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

Color convert

RGB177110209-
CMYK0.150.4700.18
HSL280.61º51.83%62.55%-
HSV(B)280.61º47.37%81.96%-
XYZ35.2225.163.31-
YUV141.32166.2153.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 110 (43.36% from 255) = 22.18%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=35.69%
G=22.18%
B=42.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771102090.150.4700.18280.6151.8362.55
HexB16ED1F2F012119343f
Octal26115632117570224316477
Binary101100011101110110100011111101111010010100011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16ED1; }

 p { color: rgb(177,110,209); }

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

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

 a { background-color: rgb(177,110,209); }

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

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

 span { border-color: rgb(177,110,209); }

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