#B15A99

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

Shades of Violet Blue #B15A99

Tints of Violet Blue #B15A99

Color information

#B15A99 (or 0xB15A99) is unknown color: approx Violet Blue. HEX triplet: B1, 5A and 99. RGB value is (177,90,153). Sum of RGB (Red+Green+Blue) = 177+90+153=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A99 is #4EA566. Grayscale: #7B7B7B. Windows color (decimal): -5154151 or 10050225. OLE color: 10050225.

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

Color convert

RGB17790153-
CMYK00.490.140.31
HSL316.55º35.8%52.35%-
HSV(B)316.55º49.15%69.41%-
XYZ27.5418.9632.35-
YUV123.2144.82166.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=42.14%
G=21.43%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779015300.490.140.31316.5535.852.35
HexB15A99031E1F13d2434
Octal26113223106116374754464
Binary101100011011010100110010110001111011111100111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A99; }

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

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

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

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

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

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

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

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