#B5639D

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

Shades of Violet Blue #B5639D

Tints of Violet Blue #B5639D

Color information

#B5639D (or 0xB5639D) is unknown color: approx Violet Blue. HEX triplet: B5, 63 and 9D. RGB value is (181,99,157). Sum of RGB (Red+Green+Blue) = 181+99+157=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5639D is #4A9C62. Grayscale: #818181. Windows color (decimal): -4889699 or 10314677. OLE color: 10314677.

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

Color convert

RGB18199157-
CMYK00.450.130.29
HSL317.56º35.65%54.9%-
HSV(B)317.56º45.3%70.98%-
XYZ29.621.1834.43-
YUV130.13143.17164.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=41.42%
G=22.65%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819915700.450.130.29317.5635.6554.9
HexB5639D02DD1D13e2437
Octal26514323505515354764467
Binary101101011100011100111010101101110111101100111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5639D; }

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

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

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

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

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

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

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

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