#B561AB

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

Shades of Violet Blue #B561AB

Tints of Violet Blue #B561AB

Color information

#B561AB (or 0xB561AB) is unknown color: approx Violet Blue. HEX triplet: B5, 61 and AB. RGB value is (181,97,171). Sum of RGB (Red+Green+Blue) = 181+97+171=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B561AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B561AB is #4A9E54. Grayscale: #828282. Windows color (decimal): -4890197 or 11231669. OLE color: 11231669.

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

Color convert

RGB18197171-
CMYK00.460.060.29
HSL307.14º36.21%54.51%-
HSV(B)307.14º46.41%70.98%-
XYZ30.6821.3141.02-
YUV130.55150.83163.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=40.31%
G=21.60%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819717100.460.060.29307.1436.2154.51
HexB561AB02E61D1332437
Octal2651412530566354634467
Binary10110101110000110101011010111011011101100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561AB; }

 p { color: rgb(181,97,171); }

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

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

 a { background-color: rgb(181,97,171); }

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

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

 span { border-color: rgb(181,97,171); }

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