#B15FA4

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

Shades of Violet Blue #B15FA4

Tints of Violet Blue #B15FA4

Color information

#B15FA4 (or 0xB15FA4) is unknown color: approx Violet Blue. HEX triplet: B1, 5F and A4. RGB value is (177,95,164). Sum of RGB (Red+Green+Blue) = 177+95+164=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FA4 is #4EA05B. Grayscale: #7F7F7F. Windows color (decimal): -5152860 or 10772401. OLE color: 10772401.

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

Color convert

RGB17795164-
CMYK00.460.070.31
HSL309.51º34.45%53.33%-
HSV(B)309.51º46.33%69.41%-
XYZ28.9220.2137.5-
YUV127.38148.67163.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=40.60%
G=21.79%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779516400.460.070.31309.5134.4553.33
HexB15FA402E71F1362235
Octal2611372440567374664265
Binary10110001101111110100100010111011111111100110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FA4; }

 p { color: rgb(177,95,164); }

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

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

 a { background-color: rgb(177,95,164); }

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

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

 span { border-color: rgb(177,95,164); }

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