#B15BA9

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

Shades of Violet Blue #B15BA9

Tints of Violet Blue #B15BA9

Color information

#B15BA9 (or 0xB15BA9) is unknown color: approx Violet Blue. HEX triplet: B1, 5B and A9. RGB value is (177,91,169). Sum of RGB (Red+Green+Blue) = 177+91+169=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BA9 is #4EA456. Grayscale: #7D7D7D. Windows color (decimal): -5153879 or 11099057. OLE color: 11099057.

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

Color convert

RGB17791169-
CMYK00.490.050.31
HSL305.58º35.54%52.55%-
HSV(B)305.58º48.59%69.41%-
XYZ29.0319.6939.81-
YUV125.61152.49164.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=40.50%
G=20.82%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779116900.490.050.31305.5835.5452.55
HexB15BA903151F1322435
Octal2611332510615374624465
Binary10110001101101110101001011000110111111100110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BA9; }

 p { color: rgb(177,91,169); }

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

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

 a { background-color: rgb(177,91,169); }

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

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

 span { border-color: rgb(177,91,169); }

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