#B16FCF

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

Shades of Medium Orchid #B16FCF

Tints of Medium Orchid #B16FCF

Color information

#B16FCF (or 0xB16FCF) is unknown color: approx Medium Orchid. HEX triplet: B1, 6F and CF. RGB value is (177,111,207). Sum of RGB (Red+Green+Blue) = 177+111+207=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B16FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FCF is #4E9030. Grayscale: #8D8D8D. Windows color (decimal): -5148721 or 13594545. OLE color: 13594545.

HSL color Cylindrical-coordinate representation of color #B16FCF: hue angle of 281.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16FCF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177111207-
CMYK0.140.4600.19
HSL281.25º50%62.35%-
HSV(B)281.25º46.38%81.18%-
XYZ35.0825.2262.05-
YUV141.68164.87153.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=35.76%
G=22.42%
B=41.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771112070.140.4600.19281.255062.35
HexB16FCFE2E013119323e
Octal26115731716560234316276
Binary101100011101111110011111110101110010011100011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FCF; }

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

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

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

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

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

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

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

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