#B55EA6

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

Shades of Violet Blue #B55EA6

Tints of Violet Blue #B55EA6

Color information

#B55EA6 (or 0xB55EA6) is unknown color: approx Violet Blue. HEX triplet: B5, 5E and A6. RGB value is (181,94,166). Sum of RGB (Red+Green+Blue) = 181+94+166=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EA6 is #4AA159. Grayscale: #808080. Windows color (decimal): -4890970 or 10903221. OLE color: 10903221.

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

Color convert

RGB18194166-
CMYK00.480.080.29
HSL310.34º37.02%53.92%-
HSV(B)310.34º48.07%70.98%-
XYZ29.9420.5838.47-
YUV128.22149.32165.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=41.04%
G=21.32%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819416600.480.080.29310.3437.0253.92
HexB55EA603081D1362536
Octal26513624606010354664566
Binary101101011011110101001100110000100011101100110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EA6; }

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

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

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

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

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

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

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

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