#B16DBF

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

Shades of Medium Orchid #B16DBF

Tints of Medium Orchid #B16DBF

Color information

#B16DBF (or 0xB16DBF) is unknown color: approx Medium Orchid. HEX triplet: B1, 6D and BF. RGB value is (177,109,191). Sum of RGB (Red+Green+Blue) = 177+109+191=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #B16DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DBF is #4E9240. Grayscale: #8A8A8A. Windows color (decimal): -5149249 or 12545457. OLE color: 12545457.

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

Color convert

RGB177109191-
CMYK0.070.4300.25
HSL289.76º39.05%58.82%-
HSV(B)289.76º42.93%74.9%-
XYZ3324.0552.19-
YUV138.68157.53155.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 191 (75% from 255) = 40.04%
R=37.11%
G=22.85%
B=40.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771091910.070.4300.25289.7639.0558.82
HexB16DBF72B019122273b
Octal2611552777530314424773
Binary10110001110110110111111111101011011001100100010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DBF; }

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

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

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

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

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

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

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

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