#B457A4

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

Shades of Violet Blue #B457A4

Tints of Violet Blue #B457A4

Color information

#B457A4 (or 0xB457A4) is unknown color: approx Violet Blue. HEX triplet: B4, 57 and A4. RGB value is (180,87,164). Sum of RGB (Red+Green+Blue) = 180+87+164=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B457A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B457A4 is #4BA85B. Grayscale: #7B7B7B. Windows color (decimal): -4958300 or 10770356. OLE color: 10770356.

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

Color convert

RGB18087164-
CMYK00.520.090.29
HSL310.32º38.27%52.35%-
HSV(B)310.32º51.67%70.59%-
XYZ28.9319.237.3-
YUV123.58150.81168.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=41.76%
G=20.19%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808716400.520.090.29310.3238.2752.35
HexB457A403491D1362634
Octal26412724406411354664664
Binary101101001010111101001000110100100111101100110110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457A4; }

 p { color: rgb(180,87,164); }

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

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

 a { background-color: rgb(180,87,164); }

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

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

 span { border-color: rgb(180,87,164); }

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