#B557AA

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

Shades of Violet Blue #B557AA

Tints of Violet Blue #B557AA

Color information

#B557AA (or 0xB557AA) is unknown color: approx Violet Blue. HEX triplet: B5, 57 and AA. RGB value is (181,87,170). Sum of RGB (Red+Green+Blue) = 181+87+170=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B557AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557AA is #4AA855. Grayscale: #7C7C7C. Windows color (decimal): -4892758 or 11163573. OLE color: 11163573.

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

Color convert

RGB18187170-
CMYK00.520.060.29
HSL307.02º38.84%52.55%-
HSV(B)307.02º51.93%70.98%-
XYZ29.7219.5440.24-
YUV124.57153.64168.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=41.32%
G=19.86%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818717000.520.060.29307.0238.8452.55
HexB557AA03461D1332735
Octal2651272520646354634765
Binary10110101101011110101010011010011011101100110011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557AA; }

 p { color: rgb(181,87,170); }

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

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

 a { background-color: rgb(181,87,170); }

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

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

 span { border-color: rgb(181,87,170); }

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