#B473AD

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

Shades of Violet Blue #B473AD

Tints of Violet Blue #B473AD

Color information

#B473AD (or 0xB473AD) is unknown color: approx Violet Blue. HEX triplet: B4, 73 and AD. RGB value is (180,115,173). Sum of RGB (Red+Green+Blue) = 180+115+173=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B473AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473AD is #4B8C52. Grayscale: #8C8C8C. Windows color (decimal): -4951123 or 11367348. OLE color: 11367348.

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

Color convert

RGB180115173-
CMYK00.360.040.29
HSL306.46º30.23%57.84%-
HSV(B)306.46º36.11%70.59%-
XYZ32.524.9842.64-
YUV141.05146.03155.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=38.46%
G=24.57%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011517300.360.040.29306.4630.2357.84
HexB473AD02441D1321e3a
Octal2641632550444354623672
Binary1011010011100111010110101001001001110110011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473AD; }

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

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

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

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

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

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

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

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