#b057a5

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

Shades of Violet Blue #B057A5

Tints of Violet Blue #B057A5

Color information

#B057A5 (or 0xB057A5) is unknown color: approx Violet Blue. HEX triplet: B0, 57 and A5. RGB value is (176,87,165). Sum of RGB (Red+Green+Blue) = 176+87+165=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B057A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B057A5 is #4FA85A. Grayscale: #7A7A7A. Windows color (decimal): -5220443 or 10835888. OLE color: 10835888.

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

Color convert

RGB17687165-
CMYK00.510.060.31
HSL307.42º36.03%51.57%-
HSV(B)307.42º50.57%69.02%-
XYZ28.118.7637.74-
YUV122.5151.99166.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 165 (64.84% from 255) = 38.55%
R=41.12%
G=20.33%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768716500.510.060.31307.4236.0351.57
HexB057A503361F1332434
Octal2601272450636374634464
Binary10110000101011110100101011001111011111100110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b057a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b057a5; }

 p { color: rgb(176,87,165); }

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

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

 a { background-color: rgb(176,87,165); }

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

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

 span { border-color: rgb(176,87,165); }

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