#B164D7

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

Shades of Medium Orchid #B164D7

Tints of Medium Orchid #B164D7

Color information

#B164D7 (or 0xB164D7) is unknown color: approx Medium Orchid. HEX triplet: B1, 64 and D7. RGB value is (177,100,215). Sum of RGB (Red+Green+Blue) = 177+100+215=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #B164D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B164D7 is #4E9B28. Grayscale: #878787. Windows color (decimal): -5151529 or 14116017. OLE color: 14116017.

HSL color Cylindrical-coordinate representation of color #B164D7: hue angle of 280.17º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B164D7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177100215-
CMYK0.180.5300.16
HSL280.17º58.97%61.76%-
HSV(B)280.17º53.49%84.31%-
XYZ34.9523.3766.96-
YUV136.13172.51157.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=35.98%
G=20.33%
B=43.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771002150.180.5300.16280.1758.9761.76
HexB164D712350101183b3e
Octal26114432722650204307376
Binary1011000111001001101011110010110101010000100011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B164D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B164D7; }

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

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

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

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

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

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

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

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