#B16ED5

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

Shades of Medium Orchid #B16ED5

Tints of Medium Orchid #B16ED5

Color information

#B16ED5 (or 0xB16ED5) is unknown color: approx Medium Orchid. HEX triplet: B1, 6E and D5. RGB value is (177,110,213). Sum of RGB (Red+Green+Blue) = 177+110+213=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #B16ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED5 is #4E912A. Grayscale: #8D8D8D. Windows color (decimal): -5148971 or 13987505. OLE color: 13987505.

HSL color Cylindrical-coordinate representation of color #B16ED5: hue angle of 279.03º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16ED5 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177110213-
CMYK0.170.4800.16
HSL279.03º55.08%63.33%-
HSV(B)279.03º48.36%83.53%-
XYZ35.7225.365.95-
YUV141.78168.2153.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 213 (83.59% from 255) = 42.6%
R=35.4%
G=22%
B=42.6%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771102130.170.4800.16279.0355.0863.33
HexB16ED51130010117373f
Octal26115632521600204276777
Binary1011000111011101101010110001110000010000100010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16ED5; }

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

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

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

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

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

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

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

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