#B45BA5

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

Shades of Violet Blue #B45BA5

Tints of Violet Blue #B45BA5

Color information

#B45BA5 (or 0xB45BA5) is unknown color: approx Violet Blue. HEX triplet: B4, 5B and A5. RGB value is (180,91,165). Sum of RGB (Red+Green+Blue) = 180+91+165=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA5 is #4BA45A. Grayscale: #7D7D7D. Windows color (decimal): -4957275 or 10836916. OLE color: 10836916.

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

Color convert

RGB18091165-
CMYK00.490.080.29
HSL310.11º37.24%53.14%-
HSV(B)310.11º49.44%70.59%-
XYZ29.3619.937.89-
YUV126.05149.99166.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=41.28%
G=20.87%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809116500.490.080.29310.1137.2453.14
HexB45BA503181D1362535
Octal26413324506110354664565
Binary101101001011011101001010110001100011101100110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BA5; }

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

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

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

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

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

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

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

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