#B164D9

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

Shades of Medium Orchid #B164D9

Tints of Medium Orchid #B164D9

Color information

#B164D9 (or 0xB164D9) is unknown color: approx Medium Orchid. HEX triplet: B1, 64 and D9. RGB value is (177,100,217). Sum of RGB (Red+Green+Blue) = 177+100+217=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #B164D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164D9 is #4E9B26. Grayscale: #878787. Windows color (decimal): -5151527 or 14247089. OLE color: 14247089.

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

Color convert

RGB177100217-
CMYK0.180.5400.15
HSL279.49º60.62%62.16%-
HSV(B)279.49º53.92%85.1%-
XYZ35.2123.4768.32-
YUV136.36173.51156.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 100 (39.45% from 255) = 20.24%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=35.83%
G=20.24%
B=43.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771002170.180.5400.15279.4960.6262.16
HexB164D912360F1173d3e
Octal26114433122660174277576
Binary101100011100100110110011001011011001111100010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164D9; }

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

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

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

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

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

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

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

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