#B057A0

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

Shades of Violet Blue #B057A0

Tints of Violet Blue #B057A0

Color information

#B057A0 (or 0xB057A0) is unknown color: approx Violet Blue. HEX triplet: B0, 57 and A0. RGB value is (176,87,160). Sum of RGB (Red+Green+Blue) = 176+87+160=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B057A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B057A0 is #4FA85F. Grayscale: #797979. Windows color (decimal): -5220448 or 10508208. OLE color: 10508208.

HSL color Cylindrical-coordinate representation of color #B057A0: hue angle of 310.79º 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 #B057A0 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17687160-
CMYK00.510.090.31
HSL310.79º36.03%51.57%-
HSV(B)310.79º50.57%69.02%-
XYZ27.6618.5835.39-
YUV121.93149.49166.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=41.61%
G=20.57%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768716000.510.090.31310.7936.0351.57
HexB057A003391F1372434
Octal26012724006311374674464
Binary101100001010111101000000110011100111111100110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057A0; }

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

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

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

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

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

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

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

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