#B15F9C

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

Shades of Violet Blue #B15F9C

Tints of Violet Blue #B15F9C

Color information

#B15F9C (or 0xB15F9C) is unknown color: approx Violet Blue. HEX triplet: B1, 5F and 9C. RGB value is (177,95,156). Sum of RGB (Red+Green+Blue) = 177+95+156=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F9C is #4EA063. Grayscale: #7E7E7E. Windows color (decimal): -5152868 or 10248113. OLE color: 10248113.

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

Color convert

RGB17795156-
CMYK00.460.120.31
HSL315.37º34.45%53.33%-
HSV(B)315.37º46.33%69.41%-
XYZ28.2219.9333.81-
YUV126.47144.67164.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=41.36%
G=22.20%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779515600.460.120.31315.3734.4553.33
HexB15F9C02EC1F13b2235
Octal26113723405614374734265
Binary101100011011111100111000101110110011111100111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F9C; }

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

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

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

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

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

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

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

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