#B15BA8

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

Shades of Violet Blue #B15BA8

Tints of Violet Blue #B15BA8

Color information

#B15BA8 (or 0xB15BA8) is unknown color: approx Violet Blue. HEX triplet: B1, 5B and A8. RGB value is (177,91,168). Sum of RGB (Red+Green+Blue) = 177+91+168=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BA8 is #4EA457. Grayscale: #7D7D7D. Windows color (decimal): -5153880 or 11033521. OLE color: 11033521.

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

Color convert

RGB17791168-
CMYK00.490.050.31
HSL306.28º35.54%52.55%-
HSV(B)306.28º48.59%69.41%-
XYZ28.9419.6639.31-
YUV125.49151.99164.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=40.60%
G=20.87%
B=38.53%

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
Decimal1779116800.490.050.31306.2835.5452.55
HexB15BA803151F1322435
Octal2611332500615374624465
Binary10110001101101110101000011000110111111100110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BA8; }

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

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

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

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

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

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

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

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