#B2639C

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

Shades of Violet Blue #B2639C

Tints of Violet Blue #B2639C

Color information

#B2639C (or 0xB2639C) is unknown color: approx Violet Blue. HEX triplet: B2, 63 and 9C. RGB value is (178,99,156). Sum of RGB (Red+Green+Blue) = 178+99+156=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2639C is #4D9C63. Grayscale: #808080. Windows color (decimal): -5086308 or 10249138. OLE color: 10249138.

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

Color convert

RGB17899156-
CMYK00.440.120.30
HSL316.71º33.91%54.31%-
HSV(B)316.71º44.38%69.8%-
XYZ28.8220.7933.95-
YUV129.12143.17162.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=41.11%
G=22.86%
B=36.03%

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
Decimal1789915600.440.120.30316.7133.9154.31
HexB2639C02CC1E13d2236
Octal26214323405414364754266
Binary101100101100011100111000101100110011110100111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2639C; }

 p { color: rgb(178,99,156); }

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

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

 a { background-color: rgb(178,99,156); }

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

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

 span { border-color: rgb(178,99,156); }

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