#B159C6

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

Shades of Medium Orchid #B159C6

Tints of Medium Orchid #B159C6

Color information

#B159C6 (or 0xB159C6) is unknown color: approx Medium Orchid. HEX triplet: B1, 59 and C6. RGB value is (177,89,198). Sum of RGB (Red+Green+Blue) = 177+89+198=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #B159C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159C6 is #4EA639. Grayscale: #7F7F7F. Windows color (decimal): -5154362 or 12999089. OLE color: 12999089.

HSL color Cylindrical-coordinate representation of color #B159C6: hue angle of 288.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B159C6 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17789198-
CMYK0.110.5500.22
HSL288.44º48.88%56.27%-
HSV(B)288.44º55.05%77.65%-
XYZ31.920.5755.72-
YUV127.74167.65163.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=38.15%
G=19.18%
B=42.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177891980.110.5500.22288.4448.8856.27
HexB159C6B370161203138
Octal26113130613670264406170
Binary101100011011001110001101011110111010110100100000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159C6; }

 p { color: rgb(177,89,198); }

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

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

 a { background-color: rgb(177,89,198); }

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

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

 span { border-color: rgb(177,89,198); }

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