#B16ACD

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

Shades of Medium Orchid #B16ACD

Tints of Medium Orchid #B16ACD

Color information

#B16ACD (or 0xB16ACD) is unknown color: approx Medium Orchid. HEX triplet: B1, 6A and CD. RGB value is (177,106,205). Sum of RGB (Red+Green+Blue) = 177+106+205=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B16ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ACD is #4E9532. Grayscale: #8A8A8A. Windows color (decimal): -5150003 or 13462193. OLE color: 13462193.

HSL color Cylindrical-coordinate representation of color #B16ACD: hue angle of 283.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16ACD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177106205-
CMYK0.140.4800.20
HSL283.03º49.75%60.98%-
HSV(B)283.03º48.29%80.39%-
XYZ34.324.0660.59-
YUV138.51165.52155.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=36.27%
G=21.72%
B=42.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771062050.140.4800.20283.0349.7560.98
HexB16ACDE3001411b323d
Octal26115231516600244336275
Binary101100011101010110011011110110000010100100011011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16ACD; }

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

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

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

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

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

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

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

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