#B557A7

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

Shades of Violet Blue #B557A7

Tints of Violet Blue #B557A7

Color information

#B557A7 (or 0xB557A7) is unknown color: approx Violet Blue. HEX triplet: B5, 57 and A7. RGB value is (181,87,167). Sum of RGB (Red+Green+Blue) = 181+87+167=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B557A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557A7 is #4AA858. Grayscale: #7C7C7C. Windows color (decimal): -4892761 or 10966965. OLE color: 10966965.

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

Color convert

RGB18187167-
CMYK00.520.080.29
HSL308.94º38.84%52.55%-
HSV(B)308.94º51.93%70.98%-
XYZ29.4419.4338.76-
YUV124.23152.14168.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 167 (65.62% from 255) = 38.39%
R=41.61%
G=20%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818716700.520.080.29308.9438.8452.55
HexB557A703481D1352735
Octal26512724706410354654765
Binary101101011010111101001110110100100011101100110101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557A7; }

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

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

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

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

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

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

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

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