#B56FAA

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

Shades of Violet Blue #B56FAA

Tints of Violet Blue #B56FAA

Color information

#B56FAA (or 0xB56FAA) is unknown color: approx Violet Blue. HEX triplet: B5, 6F and AA. RGB value is (181,111,170). Sum of RGB (Red+Green+Blue) = 181+111+170=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FAA is #4A9055. Grayscale: #8A8A8A. Windows color (decimal): -4886614 or 11169717. OLE color: 11169717.

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

Color convert

RGB181111170-
CMYK00.390.060.29
HSL309.43º32.11%57.25%-
HSV(B)309.43º38.67%70.98%-
XYZ3224.0940.99-
YUV138.66145.69158.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=39.18%
G=24.03%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111117000.390.060.29309.4332.1157.25
HexB56FAA02761D1352039
Octal2651572520476354654071
Binary10110101110111110101010010011111011101100110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FAA; }

 p { color: rgb(181,111,170); }

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

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

 a { background-color: rgb(181,111,170); }

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

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

 span { border-color: rgb(181,111,170); }

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