#B2529E

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

Shades of Violet Blue #B2529E

Tints of Violet Blue #B2529E

Color information

#B2529E (or 0xB2529E) is unknown color: approx Violet Blue. HEX triplet: B2, 52 and 9E. RGB value is (178,82,158). Sum of RGB (Red+Green+Blue) = 178+82+158=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2529E is #4DAD61. Grayscale: #777777. Windows color (decimal): -5090658 or 10375858. OLE color: 10375858.

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

Color convert

RGB17882158-
CMYK00.540.110.30
HSL312.5º38.4%50.98%-
HSV(B)312.5º53.93%69.8%-
XYZ27.5517.9734.36-
YUV119.37149.8169.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=42.58%
G=19.62%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788215800.540.110.30312.538.450.98
HexB2529E036B1E1382633
Octal26212223606613364704663
Binary101100101010010100111100110110101111110100111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2529E; }

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

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

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

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

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

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

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

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