#B2649F

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

Shades of Violet Blue #B2649F

Tints of Violet Blue #B2649F

Color information

#B2649F (or 0xB2649F) is unknown color: approx Violet Blue. HEX triplet: B2, 64 and 9F. RGB value is (178,100,159). Sum of RGB (Red+Green+Blue) = 178+100+159=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2649F is #4D9B60. Grayscale: #818181. Windows color (decimal): -5086049 or 10446002. OLE color: 10446002.

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

Color convert

RGB178100159-
CMYK00.440.110.30
HSL314.62º33.62%54.51%-
HSV(B)314.62º43.82%69.8%-
XYZ29.1821.0835.33-
YUV130.05144.34162.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=40.73%
G=22.88%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810015900.440.110.30314.6233.6254.51
HexB2649F02CB1E13b2237
Octal26214423705413364734267
Binary101100101100100100111110101100101111110100111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2649F; }

 p { color: rgb(178,100,159); }

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

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

 a { background-color: rgb(178,100,159); }

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

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

 span { border-color: rgb(178,100,159); }

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