#B55EA1

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

Shades of Violet Blue #B55EA1

Tints of Violet Blue #B55EA1

Color information

#B55EA1 (or 0xB55EA1) is unknown color: approx Violet Blue. HEX triplet: B5, 5E and A1. RGB value is (181,94,161). Sum of RGB (Red+Green+Blue) = 181+94+161=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EA1 is #4AA15E. Grayscale: #7F7F7F. Windows color (decimal): -4890975 or 10575541. OLE color: 10575541.

HSL color Cylindrical-coordinate representation of color #B55EA1: hue angle of 313.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55EA1 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18194161-
CMYK00.480.110.29
HSL313.79º37.02%53.92%-
HSV(B)313.79º48.07%70.98%-
XYZ29.4920.436.1-
YUV127.65146.82166.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=41.51%
G=21.56%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819416100.480.110.29313.7937.0253.92
HexB55EA1030B1D13a2536
Octal26513624106013354724566
Binary101101011011110101000010110000101111101100111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EA1; }

 p { color: rgb(181,94,161); }

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

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

 a { background-color: rgb(181,94,161); }

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

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

 span { border-color: rgb(181,94,161); }

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