#B55BA5

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

Shades of Violet Blue #B55BA5

Tints of Violet Blue #B55BA5

Color information

#B55BA5 (or 0xB55BA5) is unknown color: approx Violet Blue. HEX triplet: B5, 5B and A5. RGB value is (181,91,165). Sum of RGB (Red+Green+Blue) = 181+91+165=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA5 is #4AA45A. Grayscale: #7E7E7E. Windows color (decimal): -4891739 or 10836917. OLE color: 10836917.

HSL color Cylindrical-coordinate representation of color #B55BA5: hue angle of 310.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 #B55BA5 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18191165-
CMYK00.500.090.29
HSL310.67º37.82%53.33%-
HSV(B)310.67º49.72%70.98%-
XYZ29.5920.0237.9-
YUV126.35149.82166.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=41.42%
G=20.82%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819116500.500.090.29310.6737.8253.33
HexB55BA503291D1372635
Octal26513324506211354674665
Binary101101011011011101001010110010100111101100110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BA5; }

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

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

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

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

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

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

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

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