#B16BBF

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

Shades of Medium Orchid #B16BBF

Tints of Medium Orchid #B16BBF

Color information

#B16BBF (or 0xB16BBF) is unknown color: approx Medium Orchid. HEX triplet: B1, 6B and BF. RGB value is (177,107,191). Sum of RGB (Red+Green+Blue) = 177+107+191=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #B16BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BBF is #4E9440. Grayscale: #898989. Windows color (decimal): -5149761 or 12544945. OLE color: 12544945.

HSL color Cylindrical-coordinate representation of color #B16BBF: hue angle of 290º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16BBF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177107191-
CMYK0.070.4400.25
HSL290º39.62%58.43%-
HSV(B)290º43.98%74.9%-
XYZ32.7923.6252.12-
YUV137.51158.19156.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 191 (75% from 255) = 40.21%
R=37.26%
G=22.53%
B=40.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771071910.070.4400.2529039.6258.43
HexB16BBF72C019122283a
Octal2611532777540314425072
Binary10110001110101110111111111101100011001100100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BBF; }

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

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

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

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

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

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

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

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