#B572AE

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

Shades of Violet Blue #B572AE

Tints of Violet Blue #B572AE

Color information

#B572AE (or 0xB572AE) is unknown color: approx Violet Blue. HEX triplet: B5, 72 and AE. RGB value is (181,114,174). Sum of RGB (Red+Green+Blue) = 181+114+174=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B572AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572AE is #4A8D51. Grayscale: #8C8C8C. Windows color (decimal): -4885842 or 11432629. OLE color: 11432629.

HSL color Cylindrical-coordinate representation of color #B572AE: hue angle of 306.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B572AE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181114174-
CMYK00.370.040.29
HSL306.27º31.16%57.84%-
HSV(B)306.27º37.02%70.98%-
XYZ32.7124.9143.13-
YUV140.87146.7156.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=38.59%
G=24.31%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111417400.370.040.29306.2731.1657.84
HexB572AE02541D1321f3a
Octal2651622560454354623772
Binary1011010111100101010111001001011001110110011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572AE; }

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

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

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

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

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

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

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

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