#B071AA

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

Shades of Violet Blue #B071AA

Tints of Violet Blue #B071AA

Color information

#B071AA (or 0xB071AA) is unknown color: approx Violet Blue. HEX triplet: B0, 71 and AA. RGB value is (176,113,170). Sum of RGB (Red+Green+Blue) = 176+113+170=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B071AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071AA is #4F8E55. Grayscale: #8A8A8A. Windows color (decimal): -5213782 or 11170224. OLE color: 11170224.

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

Color convert

RGB176113170-
CMYK00.360.030.31
HSL305.71º28.51%56.67%-
HSV(B)305.71º35.8%69.02%-
XYZ31.0723.9441.01-
YUV138.34145.87154.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=38.34%
G=24.62%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611317000.360.030.31305.7128.5156.67
HexB071AA02431F1321d39
Octal2601612520443374623571
Binary101100001110001101010100100100111111110011001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071AA; }

 p { color: rgb(176,113,170); }

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

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

 a { background-color: rgb(176,113,170); }

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

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

 span { border-color: rgb(176,113,170); }

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