#B174E8

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

Shades of Medium Purple #B174E8

Tints of Medium Purple #B174E8

Color information

#B174E8 (or 0xB174E8) is unknown color: approx Medium Purple. HEX triplet: B1, 74 and E8. RGB value is (177,116,232). Sum of RGB (Red+Green+Blue) = 177+116+232=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #B174E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174E8 is #4E8B17. Grayscale: #939393. Windows color (decimal): -5147416 or 15234225. OLE color: 15234225.

HSL color Cylindrical-coordinate representation of color #B174E8: hue angle of 271.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B174E8 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177116232-
CMYK0.240.5000.09
HSL271.55º71.6%68.24%-
HSV(B)271.55º50%90.98%-
XYZ38.9427.6679.63-
YUV147.46175.71149.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 116 (45.70% from 255) = 22.10%
BLUE value IS 232 (91.02% from 255) = 44.19%
R=33.71%
G=22.10%
B=44.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771162320.240.5000.09271.5571.668.24
HexB174E81832091104844
Octal2611643503062011420110104
Binary10110001111010011101000110001100100100110001000010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174E8; }

 p { color: rgb(177,116,232); }

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

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

 a { background-color: rgb(177,116,232); }

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

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

 span { border-color: rgb(177,116,232); }

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