#B457A6

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

Shades of Violet Blue #B457A6

Tints of Violet Blue #B457A6

Color information

#B457A6 (or 0xB457A6) is unknown color: approx Violet Blue. HEX triplet: B4, 57 and A6. RGB value is (180,87,166). Sum of RGB (Red+Green+Blue) = 180+87+166=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B457A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B457A6 is #4BA859. Grayscale: #7B7B7B. Windows color (decimal): -4958298 or 10901428. OLE color: 10901428.

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

Color convert

RGB18087166-
CMYK00.520.080.29
HSL309.03º38.27%52.35%-
HSV(B)309.03º51.67%70.59%-
XYZ29.1119.2738.26-
YUV123.81151.81168.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=41.57%
G=20.09%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808716600.520.080.29309.0338.2752.35
HexB457A603481D1352634
Octal26412724606410354654664
Binary101101001010111101001100110100100011101100110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457A6; }

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

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

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

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

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

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

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

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