#B3639F

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

Shades of Violet Blue #B3639F

Tints of Violet Blue #B3639F

Color information

#B3639F (or 0xB3639F) is unknown color: approx Violet Blue. HEX triplet: B3, 63 and 9F. RGB value is (179,99,159). Sum of RGB (Red+Green+Blue) = 179+99+159=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3639F is #4C9C60. Grayscale: #818181. Windows color (decimal): -5020769 or 10445747. OLE color: 10445747.

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

Color convert

RGB17999159-
CMYK00.450.110.30
HSL315º34.48%54.51%-
HSV(B)315º44.69%70.2%-
XYZ29.3121.0135.31-
YUV129.76144.5163.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=40.96%
G=22.65%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799915900.450.110.3031534.4854.51
HexB3639F02DB1E13b2237
Octal26314323705513364734267
Binary101100111100011100111110101101101111110100111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3639F; }

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

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

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

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

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

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

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

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