#B2629E

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

Shades of Violet Blue #B2629E

Tints of Violet Blue #B2629E

Color information

#B2629E (or 0xB2629E) is unknown color: approx Violet Blue. HEX triplet: B2, 62 and 9E. RGB value is (178,98,158). Sum of RGB (Red+Green+Blue) = 178+98+158=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2629E is #4D9D61. Grayscale: #808080. Windows color (decimal): -5086562 or 10379954. OLE color: 10379954.

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

Color convert

RGB17898158-
CMYK00.450.110.30
HSL315º34.19%54.12%-
HSV(B)315º44.94%69.8%-
XYZ28.920.6734.81-
YUV128.76144.5163.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=41.01%
G=22.58%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789815800.450.110.3031534.1954.12
HexB2629E02DB1E13b2236
Octal26214223605513364734266
Binary101100101100010100111100101101101111110100111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2629E; }

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

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

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

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

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

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

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

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