#B45AA4

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

Shades of Violet Blue #B45AA4

Tints of Violet Blue #B45AA4

Color information

#B45AA4 (or 0xB45AA4) is unknown color: approx Violet Blue. HEX triplet: B4, 5A and A4. RGB value is (180,90,164). Sum of RGB (Red+Green+Blue) = 180+90+164=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AA4 is #4BA55B. Grayscale: #7D7D7D. Windows color (decimal): -4957532 or 10771124. OLE color: 10771124.

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

Color convert

RGB18090164-
CMYK00.500.090.29
HSL310.67º37.5%52.94%-
HSV(B)310.67º50%70.59%-
XYZ29.1819.737.39-
YUV125.35149.82166.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=41.47%
G=20.74%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809016400.500.090.29310.6737.552.94
HexB45AA403291D1372635
Octal26413224406211354674665
Binary101101001011010101001000110010100111101100110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AA4; }

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

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

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

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

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

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

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

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