#B15C9F

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

Shades of Violet Blue #B15C9F

Tints of Violet Blue #B15C9F

Color information

#B15C9F (or 0xB15C9F) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and 9F. RGB value is (177,92,159). Sum of RGB (Red+Green+Blue) = 177+92+159=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C9F is #4EA360. Grayscale: #7C7C7C. Windows color (decimal): -5153633 or 10443953. OLE color: 10443953.

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

Color convert

RGB17792159-
CMYK00.480.100.31
HSL312.71º35.27%52.75%-
HSV(B)312.71º48.02%69.41%-
XYZ28.2219.535.08-
YUV125.05147.16165.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=41.36%
G=21.50%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779215900.480.100.31312.7135.2752.75
HexB15C9F030A1F1392335
Octal26113423706012374714365
Binary101100011011100100111110110000101011111100111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C9F; }

 p { color: rgb(177,92,159); }

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

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

 a { background-color: rgb(177,92,159); }

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

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

 span { border-color: rgb(177,92,159); }

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