#B1529B

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

Shades of Violet Blue #B1529B

Tints of Violet Blue #B1529B

Color information

#B1529B (or 0xB1529B) is unknown color: approx Violet Blue. HEX triplet: B1, 52 and 9B. RGB value is (177,82,155). Sum of RGB (Red+Green+Blue) = 177+82+155=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1529B is #4EAD64. Grayscale: #767676. Windows color (decimal): -5156197 or 10179249. OLE color: 10179249.

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

Color convert

RGB17782155-
CMYK00.540.120.31
HSL313.89º37.85%50.78%-
HSV(B)313.89º53.67%69.41%-
XYZ27.0717.7533.01-
YUV118.73148.47169.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=42.75%
G=19.81%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778215500.540.120.31313.8937.8550.78
HexB1529B036C1F13a2633
Octal26112223306614374724663
Binary101100011010010100110110110110110011111100111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1529B; }

 p { color: rgb(177,82,155); }

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

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

 a { background-color: rgb(177,82,155); }

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

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

 span { border-color: rgb(177,82,155); }

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