#B55D9D

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

Shades of Violet Blue #B55D9D

Tints of Violet Blue #B55D9D

Color information

#B55D9D (or 0xB55D9D) is unknown color: approx Violet Blue. HEX triplet: B5, 5D and 9D. RGB value is (181,93,157). Sum of RGB (Red+Green+Blue) = 181+93+157=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D9D is #4AA262. Grayscale: #7E7E7E. Windows color (decimal): -4891235 or 10313141. OLE color: 10313141.

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

Color convert

RGB18193157-
CMYK00.490.130.29
HSL316.36º37.29%53.73%-
HSV(B)316.36º48.62%70.98%-
XYZ29.0620.0934.24-
YUV126.61145.15166.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=42.00%
G=21.58%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819315700.490.130.29316.3637.2953.73
HexB55D9D031D1D13c2536
Octal26513523506115354744566
Binary101101011011101100111010110001110111101100111100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D9D; }

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

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

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

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

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

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

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

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