#B1519F

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

Shades of Violet Blue #B1519F

Tints of Violet Blue #B1519F

Color information

#B1519F (or 0xB1519F) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and 9F. RGB value is (177,81,159). Sum of RGB (Red+Green+Blue) = 177+81+159=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1519F is #4EAE60. Grayscale: #767676. Windows color (decimal): -5156449 or 10441137. OLE color: 10441137.

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

Color convert

RGB17781159-
CMYK00.540.100.31
HSL311.25º38.1%50.59%-
HSV(B)311.25º54.24%69.41%-
XYZ27.3317.7434.78-
YUV118.6150.8169.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=42.45%
G=19.42%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778115900.540.100.31311.2538.150.59
HexB1519F036A1F1372633
Octal26112123706612374674663
Binary101100011010001100111110110110101011111100110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1519F; }

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

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

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

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

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

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

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

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