#B16DFD

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

Shades of Medium Purple #B16DFD

Tints of Medium Purple #B16DFD

Color information

#B16DFD (or 0xB16DFD) is unknown color: approx Medium Purple. HEX triplet: B1, 6D and FD. RGB value is (177,109,253). Sum of RGB (Red+Green+Blue) = 177+109+253=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #B16DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DFD is #4E9202. Grayscale: #919191. Windows color (decimal): -5149187 or 16608689. OLE color: 16608689.

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

Color convert

RGB177109253-
CMYK0.300.5700.01
HSL268.33º97.3%70.98%-
HSV(B)268.33º56.92%99.22%-
XYZ41.3327.3896.03-
YUV145.75188.53150.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 109 (42.97% from 255) = 20.22%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=32.84%
G=20.22%
B=46.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771092530.300.5700.01268.3397.370.98
HexB16DFD1E390110c6147
Octal261155375367101414141107
Binary10110001110110111111101111101110010110000110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DFD; }

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

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

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

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

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

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

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

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