#B15FAA

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

Shades of Violet Blue #B15FAA

Tints of Violet Blue #B15FAA

Color information

#B15FAA (or 0xB15FAA) is unknown color: approx Violet Blue. HEX triplet: B1, 5F and AA. RGB value is (177,95,170). Sum of RGB (Red+Green+Blue) = 177+95+170=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAA is #4EA055. Grayscale: #7F7F7F. Windows color (decimal): -5152854 or 11165617. OLE color: 11165617.

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

Color convert

RGB17795170-
CMYK00.460.040.31
HSL305.12º34.45%53.33%-
HSV(B)305.12º46.33%69.41%-
XYZ29.4820.4340.42-
YUV128.07151.67162.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=40.05%
G=21.49%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779517000.460.040.31305.1234.4553.33
HexB15FAA02E41F1312235
Octal2611372520564374614265
Binary10110001101111110101010010111010011111100110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FAA; }

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

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

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

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

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

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

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

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