#B16DFE

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

Shades of Medium Purple #B16DFE

Tints of Medium Purple #B16DFE

Color information

#B16DFE (or 0xB16DFE) is unknown color: approx Medium Purple. HEX triplet: B1, 6D and FE. RGB value is (177,109,254). Sum of RGB (Red+Green+Blue) = 177+109+254=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #B16DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DFE is #4E9201. Grayscale: #919191. Windows color (decimal): -5149186 or 16674225. OLE color: 16674225.

HSL color Cylindrical-coordinate representation of color #B16DFE: hue angle of 268.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B16DFE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177109254-
CMYK0.300.5700.00
HSL268.14º98.64%71.18%-
HSV(B)268.14º57.09%99.61%-
XYZ41.4927.4496.88-
YUV145.86189.03150.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=32.78%
G=20.19%
B=47.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771092540.300.5700.00268.1498.6471.18
HexB16DFE1E390010c6347
Octal261155376367100414143107
Binary10110001110110111111110111101110010010000110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DFE; }

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

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

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

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

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

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

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

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