#B471AE

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

Shades of Violet Blue #B471AE

Tints of Violet Blue #B471AE

Color information

#B471AE (or 0xB471AE) is unknown color: approx Violet Blue. HEX triplet: B4, 71 and AE. RGB value is (180,113,174). Sum of RGB (Red+Green+Blue) = 180+113+174=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B471AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B471AE is #4B8E51. Grayscale: #8B8B8B. Windows color (decimal): -4951634 or 11432372. OLE color: 11432372.

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

Color convert

RGB180113174-
CMYK00.370.030.29
HSL305.37º30.88%57.45%-
HSV(B)305.37º37.22%70.59%-
XYZ32.3724.5743.08-
YUV139.99147.2156.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=38.54%
G=24.20%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011317400.370.030.29305.3730.8857.45
HexB471AE02531D1311f39
Octal2641612560453354613771
Binary101101001110001101011100100101111110110011000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471AE; }

 p { color: rgb(180,113,174); }

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

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

 a { background-color: rgb(180,113,174); }

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

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

 span { border-color: rgb(180,113,174); }

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