#B4639D

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

Shades of Violet Blue #B4639D

Tints of Violet Blue #B4639D

Color information

#B4639D (or 0xB4639D) is unknown color: approx Violet Blue. HEX triplet: B4, 63 and 9D. RGB value is (180,99,157). Sum of RGB (Red+Green+Blue) = 180+99+157=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4639D is #4B9C62. Grayscale: #818181. Windows color (decimal): -4955235 or 10314676. OLE color: 10314676.

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

Color convert

RGB18099157-
CMYK00.450.130.29
HSL317.04º35.06%54.71%-
HSV(B)317.04º45%70.59%-
XYZ29.3721.0634.42-
YUV129.83143.34163.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 99 (39.06% from 255) = 22.71%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=41.28%
G=22.71%
B=36.01%

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
Decimal1809915700.450.130.29317.0435.0654.71
HexB4639D02DD1D13d2337
Octal26414323505515354754367
Binary101101001100011100111010101101110111101100111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4639D; }

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

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

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

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

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

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

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

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