#B16BC9

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

Shades of Medium Orchid #B16BC9

Tints of Medium Orchid #B16BC9

Color information

#B16BC9 (or 0xB16BC9) is unknown color: approx Medium Orchid. HEX triplet: B1, 6B and C9. RGB value is (177,107,201). Sum of RGB (Red+Green+Blue) = 177+107+201=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #B16BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BC9 is #4E9436. Grayscale: #8A8A8A. Windows color (decimal): -5149751 or 13200305. OLE color: 13200305.

HSL color Cylindrical-coordinate representation of color #B16BC9: hue angle of 284.68º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16BC9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177107201-
CMYK0.120.4700.21
HSL284.68º46.53%60.39%-
HSV(B)284.68º46.77%78.82%-
XYZ33.9324.0858.12-
YUV138.65163.19155.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 107 (42.19% from 255) = 22.06%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=36.49%
G=22.06%
B=41.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771072010.120.4700.21284.6846.5360.39
HexB16BC9C2F01511d2f3c
Octal26115331114570254355774
Binary101100011101011110010011100101111010101100011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BC9; }

 p { color: rgb(177,107,201); }

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

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

 a { background-color: rgb(177,107,201); }

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

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

 span { border-color: rgb(177,107,201); }

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