#B56FAE

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

Shades of Violet Blue #B56FAE

Tints of Violet Blue #B56FAE

Color information

#B56FAE (or 0xB56FAE) is unknown color: approx Violet Blue. HEX triplet: B5, 6F and AE. RGB value is (181,111,174). Sum of RGB (Red+Green+Blue) = 181+111+174=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FAE is #4A9051. Grayscale: #8A8A8A. Windows color (decimal): -4886610 or 11431861. OLE color: 11431861.

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

Color convert

RGB181111174-
CMYK00.390.040.29
HSL306º32.11%57.25%-
HSV(B)306º38.67%70.98%-
XYZ32.3824.2543.02-
YUV139.11147.69157.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 111 (43.75% from 255) = 23.82%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=38.84%
G=23.82%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111117400.390.040.2930632.1157.25
HexB56FAE02741D1322039
Octal2651572560474354624071
Binary10110101110111110101110010011110011101100110010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FAE; }

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

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

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

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

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

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

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

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