#B55BAB

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

Shades of Violet Blue #B55BAB

Tints of Violet Blue #B55BAB

Color information

#B55BAB (or 0xB55BAB) is unknown color: approx Violet Blue. HEX triplet: B5, 5B and AB. RGB value is (181,91,171). Sum of RGB (Red+Green+Blue) = 181+91+171=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BAB is #4AA454. Grayscale: #7E7E7E. Windows color (decimal): -4891733 or 11230133. OLE color: 11230133.

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

Color convert

RGB18191171-
CMYK00.500.060.29
HSL306.67º37.82%53.33%-
HSV(B)306.67º49.72%70.98%-
XYZ30.1520.2540.85-
YUV127.03152.82166.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=40.86%
G=20.54%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819117100.500.060.29306.6737.8253.33
HexB55BAB03261D1332635
Octal2651332530626354634665
Binary10110101101101110101011011001011011101100110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BAB; }

 p { color: rgb(181,91,171); }

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

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

 a { background-color: rgb(181,91,171); }

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

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

 span { border-color: rgb(181,91,171); }

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