#B45DA1

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

Shades of Violet Blue #B45DA1

Tints of Violet Blue #B45DA1

Color information

#B45DA1 (or 0xB45DA1) is unknown color: approx Violet Blue. HEX triplet: B4, 5D and A1. RGB value is (180,93,161). Sum of RGB (Red+Green+Blue) = 180+93+161=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DA1 is #4BA25E. Grayscale: #7E7E7E. Windows color (decimal): -4956767 or 10575284. OLE color: 10575284.

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

Color convert

RGB18093161-
CMYK00.480.110.29
HSL313.1º36.71%53.53%-
HSV(B)313.1º48.33%70.59%-
XYZ29.1720.1136.06-
YUV126.76147.32165.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=41.47%
G=21.43%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809316100.480.110.29313.136.7153.53
HexB45DA1030B1D1392536
Octal26413524106013354714566
Binary101101001011101101000010110000101111101100111001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DA1; }

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

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

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

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

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

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

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

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