#B1539D

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

Shades of Violet Blue #B1539D

Tints of Violet Blue #B1539D

Color information

#B1539D (or 0xB1539D) is unknown color: approx Violet Blue. HEX triplet: B1, 53 and 9D. RGB value is (177,83,157). Sum of RGB (Red+Green+Blue) = 177+83+157=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1539D is #4EAC62. Grayscale: #777777. Windows color (decimal): -5155939 or 10310577. OLE color: 10310577.

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

Color convert

RGB17783157-
CMYK00.530.110.31
HSL312.77º37.6%50.98%-
HSV(B)312.77º53.11%69.41%-
XYZ27.3117.9733.93-
YUV119.54149.14168.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=42.45%
G=19.90%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778315700.530.110.31312.7737.650.98
HexB1539D035B1F1392633
Octal26112323506513374714663
Binary101100011010011100111010110101101111111100111001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1539D; }

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

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

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

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

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

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

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

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