#B15A9A

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

Shades of Violet Blue #B15A9A

Tints of Violet Blue #B15A9A

Color information

#B15A9A (or 0xB15A9A) is unknown color: approx Violet Blue. HEX triplet: B1, 5A and 9A. RGB value is (177,90,154). Sum of RGB (Red+Green+Blue) = 177+90+154=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A9A is #4EA565. Grayscale: #7B7B7B. Windows color (decimal): -5154150 or 10115761. OLE color: 10115761.

HSL color Cylindrical-coordinate representation of color #B15A9A: hue angle of 315.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A9A is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17790154-
CMYK00.490.130.31
HSL315.86º35.8%52.35%-
HSV(B)315.86º49.15%69.41%-
XYZ27.6218.9932.78-
YUV123.31145.32166.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=42.04%
G=21.38%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779015400.490.130.31315.8635.852.35
HexB15A9A031D1F13c2434
Octal26113223206115374744464
Binary101100011011010100110100110001110111111100111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A9A; }

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

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

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

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

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

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

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

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