#B2539B

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

Shades of Violet Blue #B2539B

Tints of Violet Blue #B2539B

Color information

#B2539B (or 0xB2539B) is unknown color: approx Violet Blue. HEX triplet: B2, 53 and 9B. RGB value is (178,83,155). Sum of RGB (Red+Green+Blue) = 178+83+155=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2539B is #4DAC64. Grayscale: #777777. Windows color (decimal): -5090405 or 10179506. OLE color: 10179506.

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

Color convert

RGB17883155-
CMYK00.530.130.30
HSL314.53º38.15%51.18%-
HSV(B)314.53º53.37%69.8%-
XYZ27.3718.0233.05-
YUV119.61147.97169.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 83 (32.81% from 255) = 19.95%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=42.79%
G=19.95%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788315500.530.130.30314.5338.1551.18
HexB2539B035D1E13b2633
Octal26212323306515364734663
Binary101100101010011100110110110101110111110100111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2539B; }

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

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

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

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

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

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

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

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