#B45DA2

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

Shades of Violet Blue #B45DA2

Tints of Violet Blue #B45DA2

Color information

#B45DA2 (or 0xB45DA2) is unknown color: approx Violet Blue. HEX triplet: B4, 5D and A2. RGB value is (180,93,162). Sum of RGB (Red+Green+Blue) = 180+93+162=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DA2 is #4BA25D. Grayscale: #7E7E7E. Windows color (decimal): -4956766 or 10640820. OLE color: 10640820.

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

Color convert

RGB18093162-
CMYK00.480.10.29
HSL312.41º36.71%53.53%-
HSV(B)312.41º48.33%70.59%-
XYZ29.2620.1436.53-
YUV126.88147.82165.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=41.38%
G=21.38%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809316200.480.10.29312.4136.7153.53
HexB45DA2030A1D1382536
Octal26413524206012354704566
Binary101101001011101101000100110000101011101100111000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DA2; }

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

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

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

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

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

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

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

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