#B55DAA

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

Shades of Violet Blue #B55DAA

Tints of Violet Blue #B55DAA

Color information

#B55DAA (or 0xB55DAA) is unknown color: approx Violet Blue. HEX triplet: B5, 5D and AA. RGB value is (181,93,170). Sum of RGB (Red+Green+Blue) = 181+93+170=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DAA is #4AA255. Grayscale: #7F7F7F. Windows color (decimal): -4891222 or 11165109. OLE color: 11165109.

HSL color Cylindrical-coordinate representation of color #B55DAA: hue angle of 307.5º degrees, saturation: 0.37, 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 #B55DAA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18193170-
CMYK00.490.060.29
HSL307.5º37.29%53.73%-
HSV(B)307.5º48.62%70.98%-
XYZ30.2320.5540.4-
YUV128.09151.65165.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=40.77%
G=20.95%
B=38.29%

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
Decimal1819317000.490.060.29307.537.2953.73
HexB55DAA03161D1342536
Octal2651352520616354644566
Binary10110101101110110101010011000111011101100110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DAA; }

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

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

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

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

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

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

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

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