#B55BA3

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

Shades of Violet Blue #B55BA3

Tints of Violet Blue #B55BA3

Color information

#B55BA3 (or 0xB55BA3) is unknown color: approx Violet Blue. HEX triplet: B5, 5B and A3. RGB value is (181,91,163). Sum of RGB (Red+Green+Blue) = 181+91+163=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BA3 is #4AA45C. Grayscale: #7D7D7D. Windows color (decimal): -4891741 or 10705845. OLE color: 10705845.

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

Color convert

RGB18191163-
CMYK00.500.100.29
HSL312º37.82%53.33%-
HSV(B)312º49.72%70.98%-
XYZ29.4119.9536.95-
YUV126.12148.82167.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=41.61%
G=20.92%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819116300.500.100.2931237.8253.33
HexB55BA3032A1D1382635
Octal26513324306212354704665
Binary101101011011011101000110110010101011101100111000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BA3; }

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

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

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

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

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

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

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

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