#B163D1

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

Shades of Medium Orchid #B163D1

Tints of Medium Orchid #B163D1

Color information

#B163D1 (or 0xB163D1) is unknown color: approx Medium Orchid. HEX triplet: B1, 63 and D1. RGB value is (177,99,209). Sum of RGB (Red+Green+Blue) = 177+99+209=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #B163D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163D1 is #4E9C2E. Grayscale: #868686. Windows color (decimal): -5151791 or 13722545. OLE color: 13722545.

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

Color convert

RGB17799209-
CMYK0.150.5300.18
HSL282.55º54.46%60.39%-
HSV(B)282.55º52.63%81.96%-
XYZ34.122.8762.94-
YUV134.86169.84158.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 99 (39.06% from 255) = 20.41%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=36.49%
G=20.41%
B=43.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177992090.150.5300.18282.5554.4660.39
HexB163D1F3501211b363c
Octal26114332117650224336674
Binary101100011100011110100011111110101010010100011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B163D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B163D1; }

 p { color: rgb(177,99,209); }

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

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

 a { background-color: rgb(177,99,209); }

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

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

 span { border-color: rgb(177,99,209); }

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