#B16ADC

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

Shades of Medium Orchid #B16ADC

Tints of Medium Orchid #B16ADC

Color information

#B16ADC (or 0xB16ADC) is unknown color: approx Medium Orchid. HEX triplet: B1, 6A and DC. RGB value is (177,106,220). Sum of RGB (Red+Green+Blue) = 177+106+220=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #B16ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ADC is #4E9523. Grayscale: #8B8B8B. Windows color (decimal): -5149988 or 14445233. OLE color: 14445233.

HSL color Cylindrical-coordinate representation of color #B16ADC: hue angle of 277.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16ADC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177106220-
CMYK0.200.5200.14
HSL277.37º61.96%63.92%-
HSV(B)277.37º51.82%86.27%-
XYZ36.224.8270.59-
YUV140.22173.02154.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=35.19%
G=21.07%
B=43.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771062200.200.5200.14277.3761.9663.92
HexB16ADC14340E1153e40
Octal261152334246401642576100
Binary1011000111010101101110010100110100011101000101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16ADC; }

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

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

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

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

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

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

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

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