#B073AF

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

Shades of Violet Blue #B073AF

Tints of Violet Blue #B073AF

Color information

#B073AF (or 0xB073AF) is unknown color: approx Violet Blue. HEX triplet: B0, 73 and AF. RGB value is (176,115,175). Sum of RGB (Red+Green+Blue) = 176+115+175=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B073AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B073AF is #4F8C50. Grayscale: #8B8B8B. Windows color (decimal): -5213265 or 11498416. OLE color: 11498416.

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

Color convert

RGB176115175-
CMYK00.350.010.31
HSL300.98º27.85%57.06%-
HSV(B)300.98º34.66%69.02%-
XYZ31.7724.5943.63-
YUV140.08147.71153.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=37.77%
G=24.68%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611517500.350.010.31300.9827.8557.06
HexB073AF02311F12d1c39
Octal2601632570431374553471
Binary10110000111001110101111010001111111110010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073AF; }

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

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

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

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

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

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

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

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