#B2649D

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

Shades of Violet Blue #B2649D

Tints of Violet Blue #B2649D

Color information

#B2649D (or 0xB2649D) is unknown color: approx Violet Blue. HEX triplet: B2, 64 and 9D. RGB value is (178,100,157). Sum of RGB (Red+Green+Blue) = 178+100+157=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2649D is #4D9B62. Grayscale: #818181. Windows color (decimal): -5086051 or 10314930. OLE color: 10314930.

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

Color convert

RGB178100157-
CMYK00.440.120.30
HSL316.15º33.62%54.51%-
HSV(B)316.15º43.82%69.8%-
XYZ2921.0134.43-
YUV129.82143.34162.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=40.92%
G=22.99%
B=36.09%

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
Decimal17810015700.440.120.30316.1533.6254.51
HexB2649D02CC1E13c2237
Octal26214423505414364744267
Binary101100101100100100111010101100110011110100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2649D; }

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

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

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

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

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

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

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

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