#B164C6

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

Shades of Medium Orchid #B164C6

Tints of Medium Orchid #B164C6

Color information

#B164C6 (or 0xB164C6) is unknown color: approx Medium Orchid. HEX triplet: B1, 64 and C6. RGB value is (177,100,198). Sum of RGB (Red+Green+Blue) = 177+100+198=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #B164C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164C6 is #4E9B39. Grayscale: #858585. Windows color (decimal): -5151546 or 13001905. OLE color: 13001905.

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

Color convert

RGB177100198-
CMYK0.110.4900.22
HSL287.14º46.23%58.43%-
HSV(B)287.14º49.49%77.65%-
XYZ32.8822.5456.04-
YUV134.2164.01158.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=37.26%
G=21.05%
B=41.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771001980.110.4900.22287.1446.2358.43
HexB164C6B3101611f2e3a
Octal26114430613610264375672
Binary101100011100100110001101011110001010110100011111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164C6; }

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

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

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

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

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

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

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

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