#B1519A

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

Shades of Violet Blue #B1519A

Tints of Violet Blue #B1519A

Color information

#B1519A (or 0xB1519A) is unknown color: approx Violet Blue. HEX triplet: B1, 51 and 9A. RGB value is (177,81,154). Sum of RGB (Red+Green+Blue) = 177+81+154=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1519A is #4EAE65. Grayscale: #757575. Windows color (decimal): -5156454 or 10113457. OLE color: 10113457.

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

Color convert

RGB17781154-
CMYK00.540.130.31
HSL314.38º38.1%50.59%-
HSV(B)314.38º54.24%69.41%-
XYZ26.9117.5732.54-
YUV118.03148.3170.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=42.96%
G=19.66%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778115400.540.130.31314.3838.150.59
HexB1519A036D1F13a2633
Octal26112123206615374724663
Binary101100011010001100110100110110110111111100111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1519A; }

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

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

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

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

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

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

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

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