#B3639D

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

Shades of Violet Blue #B3639D

Tints of Violet Blue #B3639D

Color information

#B3639D (or 0xB3639D) is unknown color: approx Violet Blue. HEX triplet: B3, 63 and 9D. RGB value is (179,99,157). Sum of RGB (Red+Green+Blue) = 179+99+157=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3639D is #4C9C62. Grayscale: #818181. Windows color (decimal): -5020771 or 10314675. OLE color: 10314675.

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

Color convert

RGB17999157-
CMYK00.450.120.30
HSL316.5º34.48%54.51%-
HSV(B)316.5º44.69%70.2%-
XYZ29.1420.9434.4-
YUV129.53143.5163.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=41.15%
G=22.76%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799915700.450.120.30316.534.4854.51
HexB3639D02DC1E13c2237
Octal26314323505514364744267
Binary101100111100011100111010101101110011110100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3639D; }

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

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

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

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

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

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

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

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