#b45aa8

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

Shades of Violet Blue #B45AA8

Tints of Violet Blue #B45AA8

Color information

#B45AA8 (or 0xB45AA8) is unknown color: approx Violet Blue. HEX triplet: B4, 5A and A8. RGB value is (180,90,168). Sum of RGB (Red+Green+Blue) = 180+90+168=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AA8 is #4BA557. Grayscale: #7D7D7D. Windows color (decimal): -4957528 or 11033268. OLE color: 11033268.

HSL color Cylindrical-coordinate representation of color #B45AA8: hue angle of 308º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45AA8 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18090168-
CMYK00.500.070.29
HSL308º37.5%52.94%-
HSV(B)308º50%70.59%-
XYZ29.5519.8439.32-
YUV125.8151.82166.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=41.10%
G=20.55%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809016800.500.070.2930837.552.94
HexB45AA803271D1342635
Octal2641322500627354644665
Binary10110100101101010101000011001011111101100110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45aa8; }

 p { color: rgb(180,90,168); }

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

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

 a { background-color: rgb(180,90,168); }

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

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

 span { border-color: rgb(180,90,168); }

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