#B55DA1

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

Shades of Violet Blue #B55DA1

Tints of Violet Blue #B55DA1

Color information

#B55DA1 (or 0xB55DA1) is unknown color: approx Violet Blue. HEX triplet: B5, 5D and A1. RGB value is (181,93,161). Sum of RGB (Red+Green+Blue) = 181+93+161=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DA1 is #4AA25E. Grayscale: #7E7E7E. Windows color (decimal): -4891231 or 10575285. OLE color: 10575285.

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

Color convert

RGB18193161-
CMYK00.490.110.29
HSL313.64º37.29%53.73%-
HSV(B)313.64º48.62%70.98%-
XYZ29.420.2336.07-
YUV127.06147.15166.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=41.61%
G=21.38%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819316100.490.110.29313.6437.2953.73
HexB55DA1031B1D13a2536
Octal26513524106113354724566
Binary101101011011101101000010110001101111101100111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DA1; }

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

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

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

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

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

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

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

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