#B56EAC

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

Shades of Violet Blue #B56EAC

Tints of Violet Blue #B56EAC

Color information

#B56EAC (or 0xB56EAC) is unknown color: approx Violet Blue. HEX triplet: B5, 6E and AC. RGB value is (181,110,172). Sum of RGB (Red+Green+Blue) = 181+110+172=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56EAC is #4A9153. Grayscale: #8A8A8A. Windows color (decimal): -4886868 or 11300533. OLE color: 11300533.

HSL color Cylindrical-coordinate representation of color #B56EAC: hue angle of 307.61º 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 #B56EAC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181110172-
CMYK00.390.050.29
HSL307.61º32.42%57.06%-
HSV(B)307.61º39.23%70.98%-
XYZ32.0823.9541.96-
YUV138.3147.02158.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=39.09%
G=23.76%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111017200.390.050.29307.6132.4257.06
HexB56EAC02751D1342039
Octal2651562540475354644071
Binary10110101110111010101100010011110111101100110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EAC; }

 p { color: rgb(181,110,172); }

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

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

 a { background-color: rgb(181,110,172); }

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

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

 span { border-color: rgb(181,110,172); }

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