#B5649F

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

Shades of Violet Blue #B5649F

Tints of Violet Blue #B5649F

Color information

#B5649F (or 0xB5649F) is unknown color: approx Violet Blue. HEX triplet: B5, 64 and 9F. RGB value is (181,100,159). Sum of RGB (Red+Green+Blue) = 181+100+159=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5649F is #4A9B60. Grayscale: #828282. Windows color (decimal): -4889441 or 10446005. OLE color: 10446005.

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

Color convert

RGB181100159-
CMYK00.450.120.29
HSL316.3º35.37%55.1%-
HSV(B)316.3º44.75%70.98%-
XYZ29.8721.4435.37-
YUV130.94143.84163.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=41.14%
G=22.73%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110015900.450.120.29316.335.3755.1
HexB5649F02DC1D13c2337
Octal26514423705514354744367
Binary101101011100100100111110101101110011101100111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5649F; }

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

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

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

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

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

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

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

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