#B056A4

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

Shades of Violet Blue #B056A4

Tints of Violet Blue #B056A4

Color information

#B056A4 (or 0xB056A4) is unknown color: approx Violet Blue. HEX triplet: B0, 56 and A4. RGB value is (176,86,164). Sum of RGB (Red+Green+Blue) = 176+86+164=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B056A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B056A4 is #4FA95B. Grayscale: #797979. Windows color (decimal): -5220700 or 10770096. OLE color: 10770096.

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

Color convert

RGB17686164-
CMYK00.510.070.31
HSL308º36.29%51.37%-
HSV(B)308º51.14%69.02%-
XYZ27.9318.5737.23-
YUV121.8151.82166.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=41.31%
G=20.19%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768616400.510.070.3130836.2951.37
HexB056A403371F1342433
Octal2601262440637374644463
Binary10110000101011010100100011001111111111100110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056A4; }

 p { color: rgb(176,86,164); }

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

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

 a { background-color: rgb(176,86,164); }

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

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

 span { border-color: rgb(176,86,164); }

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