#B15AA8

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

Shades of Violet Blue #B15AA8

Tints of Violet Blue #B15AA8

Color information

#B15AA8 (or 0xB15AA8) is unknown color: approx Violet Blue. HEX triplet: B1, 5A and A8. RGB value is (177,90,168). Sum of RGB (Red+Green+Blue) = 177+90+168=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AA8 is #4EA557. Grayscale: #7C7C7C. Windows color (decimal): -5154136 or 11033265. OLE color: 11033265.

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

Color convert

RGB17790168-
CMYK00.490.050.31
HSL306.21º35.8%52.35%-
HSV(B)306.21º49.15%69.41%-
XYZ28.8619.4939.29-
YUV124.9152.32165.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 168 (66.02% from 255) = 38.62%
R=40.69%
G=20.69%
B=38.62%

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
Decimal1779016800.490.050.31306.2135.852.35
HexB15AA803151F1322434
Octal2611322500615374624464
Binary10110001101101010101000011000110111111100110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15AA8; }

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

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

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

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

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

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

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

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