#B3649E

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

Shades of Violet Blue #B3649E

Tints of Violet Blue #B3649E

Color information

#B3649E (or 0xB3649E) is unknown color: approx Violet Blue. HEX triplet: B3, 64 and 9E. RGB value is (179,100,158). Sum of RGB (Red+Green+Blue) = 179+100+158=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3649E is #4C9B61. Grayscale: #828282. Windows color (decimal): -5020514 or 10380467. OLE color: 10380467.

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

Color convert

RGB179100158-
CMYK00.440.120.30
HSL315.95º34.2%54.71%-
HSV(B)315.95º44.13%70.2%-
XYZ29.3221.1734.89-
YUV130.23143.67162.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=40.96%
G=22.88%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910015800.440.120.30315.9534.254.71
HexB3649E02CC1E13c2237
Octal26314423605414364744267
Binary101100111100100100111100101100110011110100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3649E; }

 p { color: rgb(179,100,158); }

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

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

 a { background-color: rgb(179,100,158); }

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

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

 span { border-color: rgb(179,100,158); }

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