#B555A9

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

Shades of Violet Blue #B555A9

Tints of Violet Blue #B555A9

Color information

#B555A9 (or 0xB555A9) is unknown color: approx Violet Blue. HEX triplet: B5, 55 and A9. RGB value is (181,85,169). Sum of RGB (Red+Green+Blue) = 181+85+169=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B555A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555A9 is #4AAA56. Grayscale: #7B7B7B. Windows color (decimal): -4893271 or 11097525. OLE color: 11097525.

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

Color convert

RGB18185169-
CMYK00.530.070.29
HSL307.5º39.34%52.16%-
HSV(B)307.5º53.04%70.98%-
XYZ29.4719.1939.69-
YUV123.28153.8169.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 169 (66.41% from 255) = 38.85%
R=41.61%
G=19.54%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818516900.530.070.29307.539.3452.16
HexB555A903571D1342734
Octal2651252510657354644764
Binary10110101101010110101001011010111111101100110100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555A9; }

 p { color: rgb(181,85,169); }

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

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

 a { background-color: rgb(181,85,169); }

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

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

 span { border-color: rgb(181,85,169); }

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