#B1549E

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

Shades of Violet Blue #B1549E

Tints of Violet Blue #B1549E

Color information

#B1549E (or 0xB1549E) is unknown color: approx Violet Blue. HEX triplet: B1, 54 and 9E. RGB value is (177,84,158). Sum of RGB (Red+Green+Blue) = 177+84+158=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1549E is #4EAB61. Grayscale: #787878. Windows color (decimal): -5155682 or 10376369. OLE color: 10376369.

HSL color Cylindrical-coordinate representation of color #B1549E: hue angle of 312.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1549E is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17784158-
CMYK00.530.110.31
HSL312.26º37.35%51.18%-
HSV(B)312.26º52.54%69.41%-
XYZ27.4718.1634.4-
YUV120.24149.31168.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=42.24%
G=20.05%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778415800.530.110.31312.2637.3551.18
HexB1549E035B1F1382533
Octal26112423606513374704563
Binary101100011010100100111100110101101111111100111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1549E; }

 p { color: rgb(177,84,158); }

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

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

 a { background-color: rgb(177,84,158); }

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

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

 span { border-color: rgb(177,84,158); }

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