#b5659f

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

Shades of Violet Blue #B5659F

Tints of Violet Blue #B5659F

Color information

#B5659F (or 0xB5659F) is unknown color: approx Violet Blue. HEX triplet: B5, 65 and 9F. RGB value is (181,101,159). Sum of RGB (Red+Green+Blue) = 181+101+159=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5659F is #4A9A60. Grayscale: #838383. Windows color (decimal): -4889185 or 10446261. OLE color: 10446261.

HSL color Cylindrical-coordinate representation of color #B5659F: hue angle of 316.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5659F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181101159-
CMYK00.440.120.29
HSL316.5º35.09%55.29%-
HSV(B)316.5º44.2%70.98%-
XYZ29.9721.6335.4-
YUV131.53143.5163.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=41.04%
G=22.90%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110115900.440.120.29316.535.0955.29
HexB5659F02CC1D13c2337
Octal26514523705414354744367
Binary101101011100101100111110101100110011101100111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5659f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5659f; }

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

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

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

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

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

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

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

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