#B4639F

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

Shades of Violet Blue #B4639F

Tints of Violet Blue #B4639F

Color information

#B4639F (or 0xB4639F) is unknown color: approx Violet Blue. HEX triplet: B4, 63 and 9F. RGB value is (180,99,159). Sum of RGB (Red+Green+Blue) = 180+99+159=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4639F is #4B9C60. Grayscale: #818181. Windows color (decimal): -4955233 or 10445748. OLE color: 10445748.

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

Color convert

RGB18099159-
CMYK00.450.120.29
HSL315.56º35.06%54.71%-
HSV(B)315.56º45%70.59%-
XYZ29.5421.1335.32-
YUV130.06144.34163.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=41.10%
G=22.60%
B=36.30%

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
Decimal1809915900.450.120.29315.5635.0654.71
HexB4639F02DC1D13c2337
Octal26414323705514354744367
Binary101101001100011100111110101101110011101100111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4639F; }

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

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

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

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

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

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

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

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