#B072AE

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

Shades of Violet Blue #B072AE

Tints of Violet Blue #B072AE

Color information

#B072AE (or 0xB072AE) is unknown color: approx Violet Blue. HEX triplet: B0, 72 and AE. RGB value is (176,114,174). Sum of RGB (Red+Green+Blue) = 176+114+174=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B072AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072AE is #4F8D51. Grayscale: #8B8B8B. Windows color (decimal): -5213522 or 11432624. OLE color: 11432624.

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

Color convert

RGB176114174-
CMYK00.350.010.31
HSL301.94º28.18%56.86%-
HSV(B)301.94º35.23%69.02%-
XYZ31.5624.3243.08-
YUV139.38147.54154.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=37.93%
G=24.57%
B=37.5%

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
Decimal17611417400.350.010.31301.9428.1856.86
HexB072AE02311F12e1c39
Octal2601622560431374563471
Binary10110000111001010101110010001111111110010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072AE; }

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

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

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

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

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

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

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

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