#B072A9

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

Shades of Violet Blue #B072A9

Tints of Violet Blue #B072A9

Color information

#B072A9 (or 0xB072A9) is unknown color: approx Violet Blue. HEX triplet: B0, 72 and A9. RGB value is (176,114,169). Sum of RGB (Red+Green+Blue) = 176+114+169=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B072A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072A9 is #4F8D56. Grayscale: #8A8A8A. Windows color (decimal): -5213527 or 11104944. OLE color: 11104944.

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

Color convert

RGB176114169-
CMYK00.350.040.31
HSL306.77º28.18%56.86%-
HSV(B)306.77º35.23%69.02%-
XYZ31.0824.1340.56-
YUV138.81145.04154.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=38.34%
G=24.84%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611416900.350.040.31306.7728.1856.86
HexB072A902341F1331c39
Octal2601622510434374633471
Binary1011000011100101010100101000111001111110011001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072A9; }

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

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

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

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

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

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

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

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