#B073AE

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

Shades of Violet Blue #B073AE

Tints of Violet Blue #B073AE

Color information

#B073AE (or 0xB073AE) is unknown color: approx Violet Blue. HEX triplet: B0, 73 and AE. RGB value is (176,115,174). Sum of RGB (Red+Green+Blue) = 176+115+174=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B073AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B073AE is #4F8C51. Grayscale: #8B8B8B. Windows color (decimal): -5213266 or 11432880. OLE color: 11432880.

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

Color convert

RGB176115174-
CMYK00.350.010.31
HSL301.97º27.85%57.06%-
HSV(B)301.97º34.66%69.02%-
XYZ31.6824.5543.11-
YUV139.96147.21153.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=37.85%
G=24.73%
B=37.42%

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
Decimal17611517400.350.010.31301.9727.8557.06
HexB073AE02311F12e1c39
Octal2601632560431374563471
Binary10110000111001110101110010001111111110010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073AE; }

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

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

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

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

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

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

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

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