#B55E9F

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

Shades of Violet Blue #B55E9F

Tints of Violet Blue #B55E9F

Color information

#B55E9F (or 0xB55E9F) is unknown color: approx Violet Blue. HEX triplet: B5, 5E and 9F. RGB value is (181,94,159). Sum of RGB (Red+Green+Blue) = 181+94+159=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E9F is #4AA160. Grayscale: #7F7F7F. Windows color (decimal): -4890977 or 10444469. OLE color: 10444469.

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

Color convert

RGB18194159-
CMYK00.480.120.29
HSL315.17º37.02%53.92%-
HSV(B)315.17º48.07%70.98%-
XYZ29.3220.3335.18-
YUV127.42145.82166.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=41.71%
G=21.66%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819415900.480.120.29315.1737.0253.92
HexB55E9F030C1D13b2536
Octal26513623706014354734566
Binary101101011011110100111110110000110011101100111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E9F; }

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

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

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

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

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

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

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

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