#B1519B

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

Shades of Violet Blue #B1519B

Tints of Violet Blue #B1519B

Color information

#B1519B (or 0xB1519B) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and 9B. RGB value is (177,81,155). Sum of RGB (Red+Green+Blue) = 177+81+155=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1519B is #4EAE64. Grayscale: #757575. Windows color (decimal): -5156453 or 10178993. OLE color: 10178993.

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

Color convert

RGB17781155-
CMYK00.540.120.31
HSL313.75º38.1%50.59%-
HSV(B)313.75º54.24%69.41%-
XYZ26.9917.632.98-
YUV118.14148.8169.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=42.86%
G=19.61%
B=37.53%

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
Decimal1778115500.540.120.31313.7538.150.59
HexB1519B036C1F13a2633
Octal26112123306614374724663
Binary101100011010001100110110110110110011111100111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1519B; }

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

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

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

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

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

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

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

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