#B457A2

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

Shades of Violet Blue #B457A2

Tints of Violet Blue #B457A2

Color information

#B457A2 (or 0xB457A2) is unknown color: approx Violet Blue. HEX triplet: B4, 57 and A2. RGB value is (180,87,162). Sum of RGB (Red+Green+Blue) = 180+87+162=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B457A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B457A2 is #4BA85D. Grayscale: #7B7B7B. Windows color (decimal): -4958302 or 10639284. OLE color: 10639284.

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

Color convert

RGB18087162-
CMYK00.520.10.29
HSL311.61º38.27%52.35%-
HSV(B)311.61º51.67%70.59%-
XYZ28.7519.1336.36-
YUV123.36149.81168.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=41.96%
G=20.28%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808716200.520.10.29311.6138.2752.35
HexB457A2034A1D1382634
Octal26412724206412354704664
Binary101101001010111101000100110100101011101100111000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457A2; }

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

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

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

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

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

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

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

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