#B16CBF

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

Shades of Medium Orchid #B16CBF

Tints of Medium Orchid #B16CBF

Color information

#B16CBF (or 0xB16CBF) is unknown color: approx Medium Orchid. HEX triplet: B1, 6C and BF. RGB value is (177,108,191). Sum of RGB (Red+Green+Blue) = 177+108+191=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #B16CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CBF is #4E9340. Grayscale: #898989. Windows color (decimal): -5149505 or 12545201. OLE color: 12545201.

HSL color Cylindrical-coordinate representation of color #B16CBF: hue angle of 289.88º 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 #B16CBF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177108191-
CMYK0.070.4300.25
HSL289.88º39.34%58.63%-
HSV(B)289.88º43.46%74.9%-
XYZ32.923.8352.16-
YUV138.09157.86155.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 191 (75% from 255) = 40.13%
R=37.18%
G=22.69%
B=40.13%

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
Decimal1771081910.070.4300.25289.8839.3458.63
HexB16CBF72B019122273b
Octal2611542777530314424773
Binary10110001110110010111111111101011011001100100010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16CBF; }

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

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

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

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

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

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

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

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