#B55CAB

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

Shades of Violet Blue #B55CAB

Tints of Violet Blue #B55CAB

Color information

#B55CAB (or 0xB55CAB) is unknown color: approx Violet Blue. HEX triplet: B5, 5C and AB. RGB value is (181,92,171). Sum of RGB (Red+Green+Blue) = 181+92+171=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CAB is #4AA354. Grayscale: #7F7F7F. Windows color (decimal): -4891477 or 11230389. OLE color: 11230389.

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

Color convert

RGB18192171-
CMYK00.490.060.29
HSL306.74º37.55%53.53%-
HSV(B)306.74º49.17%70.98%-
XYZ30.2320.4240.88-
YUV127.62152.49166.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=40.77%
G=20.72%
B=38.51%

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
Decimal1819217100.490.060.29306.7437.5553.53
HexB55CAB03161D1332636
Octal2651342530616354634666
Binary10110101101110010101011011000111011101100110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CAB; }

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

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

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

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

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

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

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

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