#B071AD

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

Shades of Violet Blue #B071AD

Tints of Violet Blue #B071AD

Color information

#B071AD (or 0xB071AD) is unknown color: approx Violet Blue. HEX triplet: B0, 71 and AD. RGB value is (176,113,173). Sum of RGB (Red+Green+Blue) = 176+113+173=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B071AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071AD is #4F8E52. Grayscale: #8A8A8A. Windows color (decimal): -5213779 or 11366832. OLE color: 11366832.

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

Color convert

RGB176113173-
CMYK00.360.020.31
HSL302.86º28.51%56.67%-
HSV(B)302.86º35.8%69.02%-
XYZ31.3524.0642.53-
YUV138.68147.37154.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=38.10%
G=24.46%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611317300.360.020.31302.8628.5156.67
HexB071AD02421F12f1d39
Octal2601612550442374573571
Binary101100001110001101011010100100101111110010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071AD; }

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

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

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

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

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

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

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

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