#B45DA9

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

Shades of Violet Blue #B45DA9

Tints of Violet Blue #B45DA9

Color information

#B45DA9 (or 0xB45DA9) is unknown color: approx Violet Blue. HEX triplet: B4, 5D and A9. RGB value is (180,93,169). Sum of RGB (Red+Green+Blue) = 180+93+169=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DA9 is #4BA256. Grayscale: #7F7F7F. Windows color (decimal): -4956759 or 11099572. OLE color: 11099572.

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

Color convert

RGB18093169-
CMYK00.480.060.29
HSL307.59º36.71%53.53%-
HSV(B)307.59º48.33%70.59%-
XYZ29.920.439.9-
YUV127.68151.32165.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=40.72%
G=21.04%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809316900.480.060.29307.5936.7153.53
HexB45DA903061D1342536
Octal2641352510606354644566
Binary10110100101110110101001011000011011101100110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DA9; }

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

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

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

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

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

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

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

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