#B45FA5

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

Shades of Violet Blue #B45FA5

Tints of Violet Blue #B45FA5

Color information

#B45FA5 (or 0xB45FA5) is unknown color: approx Violet Blue. HEX triplet: B4, 5F and A5. RGB value is (180,95,165). Sum of RGB (Red+Green+Blue) = 180+95+165=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FA5 is #4BA05A. Grayscale: #808080. Windows color (decimal): -4956251 or 10837940. OLE color: 10837940.

HSL color Cylindrical-coordinate representation of color #B45FA5: hue angle of 310.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B45FA5 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18095165-
CMYK00.470.080.29
HSL310.59º36.17%53.92%-
HSV(B)310.59º47.22%70.59%-
XYZ29.7120.638.01-
YUV128.39148.66164.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=40.91%
G=21.59%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809516500.470.080.29310.5936.1753.92
HexB45FA502F81D1372436
Octal26413724505710354674466
Binary101101001011111101001010101111100011101100110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FA5; }

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

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

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

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

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

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

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

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