#B171EB

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

Shades of Medium Purple #B171EB

Tints of Medium Purple #B171EB

Color information

#B171EB (or 0xB171EB) is unknown color: approx Medium Purple. HEX triplet: B1, 71 and EB. RGB value is (177,113,235). Sum of RGB (Red+Green+Blue) = 177+113+235=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #B171EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B171EB is #4E8E14. Grayscale: #919191. Windows color (decimal): -5148181 or 15430065. OLE color: 15430065.

HSL color Cylindrical-coordinate representation of color #B171EB: hue angle of 271.48º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B171EB is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177113235-
CMYK0.250.5200.08
HSL271.48º75.31%68.24%-
HSV(B)271.48º51.91%92.16%-
XYZ39.0327.1681.78-
YUV146.04178.2150.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=33.71%
G=21.52%
B=44.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771132350.250.5200.08271.4875.3168.24
HexB171EB19340810f4b44
Octal2611613533164010417113104
Binary10110001111000111101011110011101000100010000111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171EB; }

 p { color: rgb(177,113,235); }

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

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

 a { background-color: rgb(177,113,235); }

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

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

 span { border-color: rgb(177,113,235); }

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