#B155A2

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

Shades of Violet Blue #B155A2

Tints of Violet Blue #B155A2

Color information

#B155A2 (or 0xB155A2) is unknown color: approx Violet Blue. HEX triplet: B1, 55 and A2. RGB value is (177,85,162). Sum of RGB (Red+Green+Blue) = 177+85+162=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B155A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155A2 is #4EAA5D. Grayscale: #797979. Windows color (decimal): -5155422 or 10638769. OLE color: 10638769.

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

Color convert

RGB17785162-
CMYK00.520.080.31
HSL309.78º37.1%51.37%-
HSV(B)309.78º51.98%69.41%-
XYZ27.918.4536.27-
YUV121.29150.98167.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 162 (63.67% from 255) = 38.21%
R=41.75%
G=20.05%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778516200.520.080.31309.7837.151.37
HexB155A203481F1362533
Octal26112524206410374664563
Binary101100011010101101000100110100100011111100110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B155A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B155A2; }

 p { color: rgb(177,85,162); }

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

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

 a { background-color: rgb(177,85,162); }

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

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

 span { border-color: rgb(177,85,162); }

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