#B17DEF

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

Shades of Medium Purple #B17DEF

Tints of Medium Purple #B17DEF

Color information

#B17DEF (or 0xB17DEF) is unknown color: approx Medium Purple. HEX triplet: B1, 7D and EF. RGB value is (177,125,239). Sum of RGB (Red+Green+Blue) = 177+125+239=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #B17DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DEF is #4E8210. Grayscale: #999999. Windows color (decimal): -5145105 or 15695281. OLE color: 15695281.

HSL color Cylindrical-coordinate representation of color #B17DEF: hue angle of 267.37º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B17DEF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177125239-
CMYK0.260.4800.06
HSL267.37º78.08%71.37%-
HSV(B)267.37º47.7%93.73%-
XYZ41.0530.2585.34-
YUV153.54176.23144.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 239 (93.75% from 255) = 44.18%
R=32.72%
G=23.11%
B=44.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771252390.260.4800.06267.3778.0871.37
HexB17DEF1A300610b4e47
Octal261175357326006413116107
Binary1011000111111011110111111010110000011010000101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DEF; }

 p { color: rgb(177,125,239); }

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

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

 a { background-color: rgb(177,125,239); }

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

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

 span { border-color: rgb(177,125,239); }

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