#B15CAA

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

Shades of Violet Blue #B15CAA

Tints of Violet Blue #B15CAA

Color information

#B15CAA (or 0xB15CAA) is unknown color: approx Violet Blue. HEX triplet: B1, 5C and AA. RGB value is (177,92,170). Sum of RGB (Red+Green+Blue) = 177+92+170=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CAA is #4EA355. Grayscale: #7E7E7E. Windows color (decimal): -5153622 or 11164849. OLE color: 11164849.

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

Color convert

RGB17792170-
CMYK00.480.040.31
HSL304.94º35.27%52.75%-
HSV(B)304.94º48.02%69.41%-
XYZ29.2119.940.33-
YUV126.31152.66164.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=40.32%
G=20.96%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779217000.480.040.31304.9435.2752.75
HexB15CAA03041F1312335
Octal2611342520604374614365
Binary10110001101110010101010011000010011111100110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15CAA; }

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

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

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

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

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

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

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

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