#B2539D

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

Shades of Violet Blue #B2539D

Tints of Violet Blue #B2539D

Color information

#B2539D (or 0xB2539D) is unknown color: approx Violet Blue. HEX triplet: B2, 53 and 9D. RGB value is (178,83,157). Sum of RGB (Red+Green+Blue) = 178+83+157=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2539D is #4DAC62. Grayscale: #777777. Windows color (decimal): -5090403 or 10310578. OLE color: 10310578.

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

Color convert

RGB17883157-
CMYK00.530.120.30
HSL313.26º38.15%51.18%-
HSV(B)313.26º53.37%69.8%-
XYZ27.5418.0933.94-
YUV119.84148.97169.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=42.58%
G=19.86%
B=37.56%

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
Decimal1788315700.530.120.30313.2638.1551.18
HexB2539D035C1E1392633
Octal26212323506514364714663
Binary101100101010011100111010110101110011110100111001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2539D; }

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

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

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

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

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

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

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

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