#B2639E

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

Shades of Violet Blue #B2639E

Tints of Violet Blue #B2639E

Color information

#B2639E (or 0xB2639E) is unknown color: approx Violet Blue. HEX triplet: B2, 63 and 9E. RGB value is (178,99,158). Sum of RGB (Red+Green+Blue) = 178+99+158=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2639E is #4D9C61. Grayscale: #818181. Windows color (decimal): -5086306 or 10380210. OLE color: 10380210.

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

Color convert

RGB17899158-
CMYK00.440.110.30
HSL315.19º33.91%54.31%-
HSV(B)315.19º44.38%69.8%-
XYZ28.9920.8634.85-
YUV129.35144.17162.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=40.92%
G=22.76%
B=36.32%

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
Decimal1789915800.440.110.30315.1933.9154.31
HexB2639E02CB1E13b2236
Octal26214323605413364734266
Binary101100101100011100111100101100101111110100111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2639E; }

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

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

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

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

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

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

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

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