#B16AD1

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

Shades of Medium Orchid #B16AD1

Tints of Medium Orchid #B16AD1

Color information

#B16AD1 (or 0xB16AD1) is unknown color: approx Medium Orchid. HEX triplet: B1, 6A and D1. RGB value is (177,106,209). Sum of RGB (Red+Green+Blue) = 177+106+209=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #B16AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AD1 is #4E952E. Grayscale: #8A8A8A. Windows color (decimal): -5149999 or 13724337. OLE color: 13724337.

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

Color convert

RGB177106209-
CMYK0.150.4900.18
HSL281.36º52.82%61.76%-
HSV(B)281.36º49.28%81.96%-
XYZ34.7924.2663.17-
YUV138.97167.52155.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=35.98%
G=21.54%
B=42.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771062090.150.4900.18281.3652.8261.76
HexB16AD1F31012119353e
Octal26115232117610224316576
Binary101100011101010110100011111110001010010100011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16AD1; }

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

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

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

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

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

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

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

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