#B174AA

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

Shades of Violet Blue #B174AA

Tints of Violet Blue #B174AA

Color information

#B174AA (or 0xB174AA) is unknown color: approx Violet Blue. HEX triplet: B1, 74 and AA. RGB value is (177,116,170). Sum of RGB (Red+Green+Blue) = 177+116+170=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B174AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B174AA is #4E8B55. Grayscale: #8C8C8C. Windows color (decimal): -5147478 or 11170993. OLE color: 11170993.

HSL color Cylindrical-coordinate representation of color #B174AA: hue angle of 306.89º 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 #B174AA is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177116170-
CMYK00.340.040.31
HSL306.89º28.11%57.45%-
HSV(B)306.89º34.46%69.41%-
XYZ31.6324.7441.14-
YUV140.39144.71154.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=38.23%
G=25.05%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711617000.340.040.31306.8928.1157.45
HexB174AA02241F1331c39
Octal2611642520424374633471
Binary1011000111101001010101001000101001111110011001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174AA; }

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

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

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

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

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

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

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

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