#B55C9D

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

Shades of Violet Blue #B55C9D

Tints of Violet Blue #B55C9D

Color information

#B55C9D (or 0xB55C9D) is unknown color: approx Violet Blue. HEX triplet: B5, 5C and 9D. RGB value is (181,92,157). Sum of RGB (Red+Green+Blue) = 181+92+157=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C9D is #4AA362. Grayscale: #7D7D7D. Windows color (decimal): -4891491 or 10312885. OLE color: 10312885.

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

Color convert

RGB18192157-
CMYK00.490.130.29
HSL316.18º37.55%53.53%-
HSV(B)316.18º49.17%70.98%-
XYZ28.9719.9134.21-
YUV126.02145.49167.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=42.09%
G=21.40%
B=36.51%

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
Decimal1819215700.490.130.29316.1837.5553.53
HexB55C9D031D1D13c2636
Octal26513423506115354744666
Binary101101011011100100111010110001110111101100111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C9D; }

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

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

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

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

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

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

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

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