#B174AC

Color #B174AC Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B174AC

Tints of Violet Blue #B174AC

Color information

#B174AC (or 0xB174AC) is unknown color: approx Violet Blue. HEX triplet: B1, 74 and AC. RGB value is (177,116,172). Sum of RGB (Red+Green+Blue) = 177+116+172=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B174AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B174AC is #4E8B53. Grayscale: #8C8C8C. Windows color (decimal): -5147476 or 11302065. OLE color: 11302065.

HSL color Cylindrical-coordinate representation of color #B174AC: hue angle of 304.92º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B174AC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177116172-
CMYK00.340.030.31
HSL304.92º28.11%57.45%-
HSV(B)304.92º34.46%69.41%-
XYZ31.8224.8242.14-
YUV140.62145.71153.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=38.06%
G=24.95%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711617200.340.030.31304.9228.1157.45
HexB174AC02231F1311c39
Octal2611642540423374613471
Binary101100011110100101011000100010111111110011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174AC; }

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

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

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

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

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

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

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

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