#B16FCA

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

Shades of Medium Orchid #B16FCA

Tints of Medium Orchid #B16FCA

Color information

#B16FCA (or 0xB16FCA) is unknown color: approx Medium Orchid. HEX triplet: B1, 6F and CA. RGB value is (177,111,202). Sum of RGB (Red+Green+Blue) = 177+111+202=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #B16FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FCA is #4E9035. Grayscale: #8C8C8C. Windows color (decimal): -5148726 or 13266865. OLE color: 13266865.

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

Color convert

RGB177111202-
CMYK0.120.4500.21
HSL283.52º46.19%61.37%-
HSV(B)283.52º45.05%79.22%-
XYZ34.4824.9858.88-
YUV141.11162.37153.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=36.12%
G=22.65%
B=41.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771112020.120.4500.21283.5246.1961.37
HexB16FCAC2D01511c2e3d
Octal26115731214550254345675
Binary101100011101111110010101100101101010101100011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FCA; }

 p { color: rgb(177,111,202); }

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

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

 a { background-color: rgb(177,111,202); }

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

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

 span { border-color: rgb(177,111,202); }

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