#B470AE

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

Shades of Violet Blue #B470AE

Tints of Violet Blue #B470AE

Color information

#B470AE (or 0xB470AE) is unknown color: approx Violet Blue. HEX triplet: B4, 70 and AE. RGB value is (180,112,174). Sum of RGB (Red+Green+Blue) = 180+112+174=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B470AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470AE is #4B8F51. Grayscale: #8B8B8B. Windows color (decimal): -4951890 or 11432116. OLE color: 11432116.

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

Color convert

RGB180112174-
CMYK00.380.030.29
HSL305.29º31.19%57.25%-
HSV(B)305.29º37.78%70.59%-
XYZ32.2624.3543.04-
YUV139.4147.53156.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=38.63%
G=24.03%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011217400.380.030.29305.2931.1957.25
HexB470AE02631D1311f39
Octal2641602560463354613771
Binary101101001110000101011100100110111110110011000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470AE; }

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

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

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

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

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

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

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

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