#B45BA9

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

Shades of Violet Blue #B45BA9

Tints of Violet Blue #B45BA9

Color information

#B45BA9 (or 0xB45BA9) is unknown color: approx Violet Blue. HEX triplet: B4, 5B and A9. RGB value is (180,91,169). Sum of RGB (Red+Green+Blue) = 180+91+169=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA9 is #4BA456. Grayscale: #7E7E7E. Windows color (decimal): -4957271 or 11099060. OLE color: 11099060.

HSL color Cylindrical-coordinate representation of color #B45BA9: hue angle of 307.42º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45BA9 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18091169-
CMYK00.490.060.29
HSL307.42º37.24%53.14%-
HSV(B)307.42º49.44%70.59%-
XYZ29.7220.0539.84-
YUV126.5151.99166.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=40.91%
G=20.68%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809116900.490.060.29307.4237.2453.14
HexB45BA903161D1332535
Octal2641332510616354634565
Binary10110100101101110101001011000111011101100110011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BA9; }

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

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

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

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

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

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

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

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