#B174AB

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

Shades of Violet Blue #B174AB

Tints of Violet Blue #B174AB

Color information

#B174AB (or 0xB174AB) is unknown color: approx Violet Blue. HEX triplet: B1, 74 and AB. RGB value is (177,116,171). Sum of RGB (Red+Green+Blue) = 177+116+171=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B174AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B174AB is #4E8B54. Grayscale: #8C8C8C. Windows color (decimal): -5147477 or 11236529. OLE color: 11236529.

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

Color convert

RGB177116171-
CMYK00.340.030.31
HSL305.9º28.11%57.45%-
HSV(B)305.9º34.46%69.41%-
XYZ31.7324.7841.64-
YUV140.51145.21154.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=38.15%
G=25%
B=36.85%

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
Decimal17711617100.340.030.31305.928.1157.45
HexB174AB02231F1321c39
Octal2611642530423374623471
Binary101100011110100101010110100010111111110011001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174AB; }

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

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

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

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

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

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

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

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