#B560A4

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

Shades of Violet Blue #B560A4

Tints of Violet Blue #B560A4

Color information

#B560A4 (or 0xB560A4) is unknown color: approx Violet Blue. HEX triplet: B5, 60 and A4. RGB value is (181,96,164). Sum of RGB (Red+Green+Blue) = 181+96+164=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B560A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B560A4 is #4A9F5B. Grayscale: #808080. Windows color (decimal): -4890460 or 10772661. OLE color: 10772661.

HSL color Cylindrical-coordinate representation of color #B560A4: hue angle of 312º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B560A4 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18196164-
CMYK00.470.090.29
HSL312º36.48%54.31%-
HSV(B)312º46.96%70.98%-
XYZ29.9420.8737.57-
YUV129.17147.66164.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=41.04%
G=21.77%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819616400.470.090.2931236.4854.31
HexB560A402F91D1382436
Octal26514024405711354704466
Binary101101011100000101001000101111100111101100111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560A4; }

 p { color: rgb(181,96,164); }

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

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

 a { background-color: rgb(181,96,164); }

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

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

 span { border-color: rgb(181,96,164); }

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