#B55BA4

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

Shades of Violet Blue #B55BA4

Tints of Violet Blue #B55BA4

Color information

#B55BA4 (or 0xB55BA4) is unknown color: approx Violet Blue. HEX triplet: B5, 5B and A4. RGB value is (181,91,164). Sum of RGB (Red+Green+Blue) = 181+91+164=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA4 is #4AA45B. Grayscale: #7E7E7E. Windows color (decimal): -4891740 or 10771381. OLE color: 10771381.

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

Color convert

RGB18191164-
CMYK00.500.090.29
HSL311.33º37.82%53.33%-
HSV(B)311.33º49.72%70.98%-
XYZ29.519.9937.42-
YUV126.23149.32167.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=41.51%
G=20.87%
B=37.61%

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
Decimal1819116400.500.090.29311.3337.8253.33
HexB55BA403291D1372635
Octal26513324406211354674665
Binary101101011011011101001000110010100111101100110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BA4; }

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

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

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

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

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

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

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

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