#B560A1

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

Shades of Violet Blue #B560A1

Tints of Violet Blue #B560A1

Color information

#B560A1 (or 0xB560A1) is unknown color: approx Violet Blue. HEX triplet: B5, 60 and A1. RGB value is (181,96,161). Sum of RGB (Red+Green+Blue) = 181+96+161=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B560A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B560A1 is #4A9F5E. Grayscale: #808080. Windows color (decimal): -4890463 or 10576053. OLE color: 10576053.

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

Color convert

RGB18196161-
CMYK00.470.110.29
HSL314.12º36.48%54.31%-
HSV(B)314.12º46.96%70.98%-
XYZ29.6720.7636.16-
YUV128.82146.16165.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=41.32%
G=21.92%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819616100.470.110.29314.1236.4854.31
HexB560A102FB1D13a2436
Octal26514024105713354724466
Binary101101011100000101000010101111101111101100111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560A1; }

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

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

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

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

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

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

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

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