#B472AD

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

Shades of Violet Blue #B472AD

Tints of Violet Blue #B472AD

Color information

#B472AD (or 0xB472AD) is unknown color: approx Violet Blue. HEX triplet: B4, 72 and AD. RGB value is (180,114,173). Sum of RGB (Red+Green+Blue) = 180+114+173=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B472AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472AD is #4B8D52. Grayscale: #8C8C8C. Windows color (decimal): -4951379 or 11367092. OLE color: 11367092.

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

Color convert

RGB180114173-
CMYK00.370.040.29
HSL306.36º30.56%57.65%-
HSV(B)306.36º36.67%70.59%-
XYZ32.3824.7642.61-
YUV140.46146.37156.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=38.54%
G=24.41%
B=37.04%

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
Decimal18011417300.370.040.29306.3630.5657.65
HexB472AD02541D1321f3a
Octal2641622550454354623772
Binary1011010011100101010110101001011001110110011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472AD; }

 p { color: rgb(180,114,173); }

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

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

 a { background-color: rgb(180,114,173); }

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

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

 span { border-color: rgb(180,114,173); }

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