#B45D9F

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

Shades of Violet Blue #B45D9F

Tints of Violet Blue #B45D9F

Color information

#B45D9F (or 0xB45D9F) is unknown color: approx Violet Blue. HEX triplet: B4, 5D and 9F. RGB value is (180,93,159). Sum of RGB (Red+Green+Blue) = 180+93+159=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D9F is #4BA260. Grayscale: #7E7E7E. Windows color (decimal): -4956769 or 10444212. OLE color: 10444212.

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

Color convert

RGB18093159-
CMYK00.480.120.29
HSL314.48º36.71%53.53%-
HSV(B)314.48º48.33%70.59%-
XYZ28.9920.0435.14-
YUV126.54146.32166.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=41.67%
G=21.53%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809315900.480.120.29314.4836.7153.53
HexB45D9F030C1D13a2536
Octal26413523706014354724566
Binary101101001011101100111110110000110011101100111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D9F; }

 p { color: rgb(180,93,159); }

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

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

 a { background-color: rgb(180,93,159); }

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

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

 span { border-color: rgb(180,93,159); }

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