#B15AA3

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

Shades of Violet Blue #B15AA3

Tints of Violet Blue #B15AA3

Color information

#B15AA3 (or 0xB15AA3) is unknown color: approx Violet Blue. HEX triplet: B1, 5A and A3. RGB value is (177,90,163). Sum of RGB (Red+Green+Blue) = 177+90+163=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B15AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15AA3 is #4EA55C. Grayscale: #7C7C7C. Windows color (decimal): -5154141 or 10705585. OLE color: 10705585.

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

Color convert

RGB17790163-
CMYK00.490.080.31
HSL309.66º35.8%52.35%-
HSV(B)309.66º49.15%69.41%-
XYZ28.419.336.88-
YUV124.33149.82165.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=41.16%
G=20.93%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779016300.490.080.31309.6635.852.35
HexB15AA303181F1362434
Octal26113224306110374664464
Binary101100011011010101000110110001100011111100110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15AA3; }

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

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

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

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

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

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

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

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