#B171EA

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

Shades of Medium Purple #B171EA

Tints of Medium Purple #B171EA

Color information

#B171EA (or 0xB171EA) is unknown color: approx Medium Purple. HEX triplet: B1, 71 and EA. RGB value is (177,113,234). Sum of RGB (Red+Green+Blue) = 177+113+234=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #B171EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B171EA is #4E8E15. Grayscale: #919191. Windows color (decimal): -5148182 or 15364529. OLE color: 15364529.

HSL color Cylindrical-coordinate representation of color #B171EA: hue angle of 271.74º degrees, saturation: 0.74, 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 #B171EA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177113234-
CMYK0.240.5200.08
HSL271.74º74.23%68.04%-
HSV(B)271.74º51.71%91.76%-
XYZ38.8927.181.02-
YUV145.93177.7150.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=33.78%
G=21.56%
B=44.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771132340.240.5200.08271.7474.2368.04
HexB171EA1834081104a44
Octal2611613523064010420112104
Binary10110001111000111101010110001101000100010001000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171EA; }

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

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

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

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

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

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

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

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