#B172B5

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

Shades of Violet Blue #B172B5

Tints of Violet Blue #B172B5

Color information

#B172B5 (or 0xB172B5) is unknown color: approx Violet Blue. HEX triplet: B1, 72 and B5. RGB value is (177,114,181). Sum of RGB (Red+Green+Blue) = 177+114+181=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #B172B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172B5 is #4E8D4A. Grayscale: #8C8C8C. Windows color (decimal): -5147979 or 11891377. OLE color: 11891377.

HSL color Cylindrical-coordinate representation of color #B172B5: hue angle of 296.42º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B172B5 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177114181-
CMYK0.020.3700.29
HSL296.42º31.16%57.84%-
HSV(B)296.42º37.02%70.98%-
XYZ32.4924.7246.77-
YUV140.47150.87154.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=37.5%
G=24.15%
B=38.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771141810.020.3700.29296.4231.1657.84
HexB172B522501D1281f3a
Octal2611622652450354503772
Binary101100011110010101101011010010101110110010100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172B5; }

 p { color: rgb(177,114,181); }

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

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

 a { background-color: rgb(177,114,181); }

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

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

 span { border-color: rgb(177,114,181); }

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