#B2649E

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

Shades of Violet Blue #B2649E

Tints of Violet Blue #B2649E

Color information

#B2649E (or 0xB2649E) is unknown color: approx Violet Blue. HEX triplet: B2, 64 and 9E. RGB value is (178,100,158). Sum of RGB (Red+Green+Blue) = 178+100+158=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2649E is #4D9B61. Grayscale: #818181. Windows color (decimal): -5086050 or 10380466. OLE color: 10380466.

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

Color convert

RGB178100158-
CMYK00.440.110.30
HSL315.38º33.62%54.51%-
HSV(B)315.38º43.82%69.8%-
XYZ29.0921.0534.88-
YUV129.93143.84162.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=40.83%
G=22.94%
B=36.24%

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
Decimal17810015800.440.110.30315.3833.6254.51
HexB2649E02CB1E13b2237
Octal26214423605413364734267
Binary101100101100100100111100101100101111110100111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2649E; }

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

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

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

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

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

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

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

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