#B2539C

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

Shades of Violet Blue #B2539C

Tints of Violet Blue #B2539C

Color information

#B2539C (or 0xB2539C) is unknown color: approx Violet Blue. HEX triplet: B2, 53 and 9C. RGB value is (178,83,156). Sum of RGB (Red+Green+Blue) = 178+83+156=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2539C is #4DAC63. Grayscale: #777777. Windows color (decimal): -5090404 or 10245042. OLE color: 10245042.

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

Color convert

RGB17883156-
CMYK00.530.120.30
HSL313.89º38.15%51.18%-
HSV(B)313.89º53.37%69.8%-
XYZ27.4518.0533.49-
YUV119.73148.47169.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=42.69%
G=19.90%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788315600.530.120.30313.8938.1551.18
HexB2539C035C1E13a2633
Octal26212323406514364724663
Binary101100101010011100111000110101110011110100111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2539C; }

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

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

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

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

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

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

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

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