#B45CA5

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

Shades of Violet Blue #B45CA5

Tints of Violet Blue #B45CA5

Color information

#B45CA5 (or 0xB45CA5) is unknown color: approx Violet Blue. HEX triplet: B4, 5C and A5. RGB value is (180,92,165). Sum of RGB (Red+Green+Blue) = 180+92+165=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CA5 is #4BA35A. Grayscale: #7E7E7E. Windows color (decimal): -4957019 or 10837172. OLE color: 10837172.

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

Color convert

RGB18092165-
CMYK00.490.080.29
HSL310.23º36.97%53.33%-
HSV(B)310.23º48.89%70.59%-
XYZ29.4420.0737.92-
YUV126.63149.65166.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=41.19%
G=21.05%
B=37.76%

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
Decimal1809216500.490.080.29310.2336.9753.33
HexB45CA503181D1362535
Octal26413424506110354664565
Binary101101001011100101001010110001100011101100110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CA5; }

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

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

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

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

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

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

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

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