#B55CAA

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

Shades of Violet Blue #B55CAA

Tints of Violet Blue #B55CAA

Color information

#B55CAA (or 0xB55CAA) is unknown color: approx Violet Blue. HEX triplet: B5, 5C and AA. RGB value is (181,92,170). Sum of RGB (Red+Green+Blue) = 181+92+170=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CAA is #4AA355. Grayscale: #7F7F7F. Windows color (decimal): -4891478 or 11164853. OLE color: 11164853.

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

Color convert

RGB18192170-
CMYK00.490.060.29
HSL307.42º37.55%53.53%-
HSV(B)307.42º49.17%70.98%-
XYZ30.1420.3840.38-
YUV127.5151.99166.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=40.86%
G=20.77%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819217000.490.060.29307.4237.5553.53
HexB55CAA03161D1332636
Octal2651342520616354634666
Binary10110101101110010101010011000111011101100110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CAA; }

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

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

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

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

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

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

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

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