#B071AB

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

Shades of Violet Blue #B071AB

Tints of Violet Blue #B071AB

Color information

#B071AB (or 0xB071AB) is unknown color: approx Violet Blue. HEX triplet: B0, 71 and AB. RGB value is (176,113,171). Sum of RGB (Red+Green+Blue) = 176+113+171=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B071AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071AB is #4F8E54. Grayscale: #8A8A8A. Windows color (decimal): -5213781 or 11235760. OLE color: 11235760.

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

Color convert

RGB176113171-
CMYK00.360.030.31
HSL304.76º28.51%56.67%-
HSV(B)304.76º35.8%69.02%-
XYZ31.1623.9841.51-
YUV138.45146.37154.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=38.26%
G=24.57%
B=37.17%

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
Decimal17611317100.360.030.31304.7628.5156.67
HexB071AB02431F1311d39
Octal2601612530443374613571
Binary101100001110001101010110100100111111110011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071AB; }

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

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

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

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

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

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

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

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