#B457AA

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

Shades of Violet Blue #B457AA

Tints of Violet Blue #B457AA

Color information

#B457AA (or 0xB457AA) is unknown color: approx Violet Blue. HEX triplet: B4, 57 and AA. RGB value is (180,87,170). Sum of RGB (Red+Green+Blue) = 180+87+170=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B457AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B457AA is #4BA855. Grayscale: #7C7C7C. Windows color (decimal): -4958294 or 11163572. OLE color: 11163572.

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

Color convert

RGB18087170-
CMYK00.520.060.29
HSL306.45º38.27%52.35%-
HSV(B)306.45º51.67%70.59%-
XYZ29.4919.4240.22-
YUV124.27153.81167.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=41.19%
G=19.91%
B=38.90%

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
Decimal1808717000.520.060.29306.4538.2752.35
HexB457AA03461D1322634
Octal2641272520646354624664
Binary10110100101011110101010011010011011101100110010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457AA; }

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

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

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

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

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

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

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

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