#B457A9

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

Shades of Violet Blue #B457A9

Tints of Violet Blue #B457A9

Color information

#B457A9 (or 0xB457A9) is unknown color: approx Violet Blue. HEX triplet: B4, 57 and A9. RGB value is (180,87,169). Sum of RGB (Red+Green+Blue) = 180+87+169=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B457A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B457A9 is #4BA856. Grayscale: #7B7B7B. Windows color (decimal): -4958295 or 11098036. OLE color: 11098036.

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

Color convert

RGB18087169-
CMYK00.520.060.29
HSL307.1º38.27%52.35%-
HSV(B)307.1º51.67%70.59%-
XYZ29.3919.3839.73-
YUV124.16153.31167.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=41.28%
G=19.95%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808716900.520.060.29307.138.2752.35
HexB457A903461D1332634
Octal2641272510646354634664
Binary10110100101011110101001011010011011101100110011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457A9; }

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

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

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

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

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

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

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

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