#b55ea3

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

Shades of Violet Blue #B55EA3

Tints of Violet Blue #B55EA3

Color information

#B55EA3 (or 0xB55EA3) is unknown color: approx Violet Blue. HEX triplet: B5, 5E and A3. RGB value is (181,94,163). Sum of RGB (Red+Green+Blue) = 181+94+163=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EA3 is #4AA15C. Grayscale: #7F7F7F. Windows color (decimal): -4890973 or 10706613. OLE color: 10706613.

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

Color convert

RGB18194163-
CMYK00.480.100.29
HSL312.41º37.02%53.92%-
HSV(B)312.41º48.07%70.98%-
XYZ29.6720.4737.04-
YUV127.88147.82165.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=41.32%
G=21.46%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819416300.480.100.29312.4137.0253.92
HexB55EA3030A1D1382536
Octal26513624306012354704566
Binary101101011011110101000110110000101011101100111000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55ea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55ea3; }

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

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

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

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

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

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

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

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