#B15F99

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

Shades of Violet Blue #B15F99

Tints of Violet Blue #B15F99

Color information

#B15F99 (or 0xB15F99) is unknown color: approx Violet Blue. HEX triplet: B1, 5F and 99. RGB value is (177,95,153). Sum of RGB (Red+Green+Blue) = 177+95+153=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F99 is #4EA066. Grayscale: #7D7D7D. Windows color (decimal): -5152871 or 10051505. OLE color: 10051505.

HSL color Cylindrical-coordinate representation of color #B15F99: hue angle of 317.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F99 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17795153-
CMYK00.460.140.31
HSL317.56º34.45%53.33%-
HSV(B)317.56º46.33%69.41%-
XYZ27.9719.8332.49-
YUV126.13143.17164.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 153 (60.16% from 255) = 36%
R=41.65%
G=22.35%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779515300.460.140.31317.5634.4553.33
HexB15F9902EE1F13e2235
Octal26113723105616374764265
Binary101100011011111100110010101110111011111100111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F99; }

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

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

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

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

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

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

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

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