#B1519C

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

Shades of Violet Blue #B1519C

Tints of Violet Blue #B1519C

Color information

#B1519C (or 0xB1519C) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and 9C. RGB value is (177,81,156). Sum of RGB (Red+Green+Blue) = 177+81+156=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1519C is #4EAE63. Grayscale: #767676. Windows color (decimal): -5156452 or 10244529. OLE color: 10244529.

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

Color convert

RGB17781156-
CMYK00.540.120.31
HSL313.12º38.1%50.59%-
HSV(B)313.12º54.24%69.41%-
XYZ27.0717.6333.43-
YUV118.25149.3169.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=42.75%
G=19.57%
B=37.68%

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
Decimal1778115600.540.120.31313.1238.150.59
HexB1519C036C1F1392633
Octal26112123406614374714663
Binary101100011010001100111000110110110011111100111001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1519C; }

 p { color: rgb(177,81,156); }

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

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

 a { background-color: rgb(177,81,156); }

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

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

 span { border-color: rgb(177,81,156); }

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