#B56EAF

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

Shades of Violet Blue #B56EAF

Tints of Violet Blue #B56EAF

Color information

#B56EAF (or 0xB56EAF) is unknown color: approx Violet Blue. HEX triplet: B5, 6E and AF. RGB value is (181,110,175). Sum of RGB (Red+Green+Blue) = 181+110+175=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56EAF is #4A9150. Grayscale: #8A8A8A. Windows color (decimal): -4886865 or 11497141. OLE color: 11497141.

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

Color convert

RGB181110175-
CMYK00.390.030.29
HSL305.07º32.42%57.06%-
HSV(B)305.07º39.23%70.98%-
XYZ32.3724.0743.5-
YUV138.64148.52158.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=38.84%
G=23.61%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111017500.390.030.29305.0732.4257.06
HexB56EAF02731D1312039
Octal2651562570473354614071
Binary1011010111011101010111101001111111101100110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EAF; }

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

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

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

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

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

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

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

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