#B557A3

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

Shades of Violet Blue #B557A3

Tints of Violet Blue #B557A3

Color information

#B557A3 (or 0xB557A3) is unknown color: approx Violet Blue. HEX triplet: B5, 57 and A3. RGB value is (181,87,163). Sum of RGB (Red+Green+Blue) = 181+87+163=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B557A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557A3 is #4AA85C. Grayscale: #7B7B7B. Windows color (decimal): -4892765 or 10704821. OLE color: 10704821.

HSL color Cylindrical-coordinate representation of color #B557A3: hue angle of 311.49º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B557A3 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18187163-
CMYK00.520.100.29
HSL311.49º38.84%52.55%-
HSV(B)311.49º51.93%70.98%-
XYZ29.0819.2836.84-
YUV123.77150.14168.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 163 (64.06% from 255) = 37.82%
R=42.00%
G=20.19%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818716300.520.100.29311.4938.8452.55
HexB557A3034A1D1372735
Octal26512724306412354674765
Binary101101011010111101000110110100101011101100110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557A3; }

 p { color: rgb(181,87,163); }

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

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

 a { background-color: rgb(181,87,163); }

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

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

 span { border-color: rgb(181,87,163); }

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