#B073AA

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

Shades of Violet Blue #B073AA

Tints of Violet Blue #B073AA

Color information

#B073AA (or 0xB073AA) is unknown color: approx Violet Blue. HEX triplet: B0, 73 and AA. RGB value is (176,115,170). Sum of RGB (Red+Green+Blue) = 176+115+170=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B073AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B073AA is #4F8C55. Grayscale: #8B8B8B. Windows color (decimal): -5213270 or 11170736. OLE color: 11170736.

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

Color convert

RGB176115170-
CMYK00.350.030.31
HSL305.9º27.85%57.06%-
HSV(B)305.9º34.66%69.02%-
XYZ31.2924.3941.09-
YUV139.51145.21154.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=38.18%
G=24.95%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611517000.350.030.31305.927.8557.06
HexB073AA02331F1321c39
Octal2601632520433374623471
Binary101100001110011101010100100011111111110011001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073AA; }

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

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

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

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

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

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

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

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