#B45DAA

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

Shades of Violet Blue #B45DAA

Tints of Violet Blue #B45DAA

Color information

#B45DAA (or 0xB45DAA) is unknown color: approx Violet Blue. HEX triplet: B4, 5D and AA. RGB value is (180,93,170). Sum of RGB (Red+Green+Blue) = 180+93+170=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DAA is #4BA255. Grayscale: #7F7F7F. Windows color (decimal): -4956758 or 11165108. OLE color: 11165108.

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

Color convert

RGB18093170-
CMYK00.480.060.29
HSL306.9º36.71%53.53%-
HSV(B)306.9º48.33%70.59%-
XYZ29.9920.4340.39-
YUV127.79151.82165.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=40.63%
G=20.99%
B=38.37%

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
Decimal1809317000.480.060.29306.936.7153.53
HexB45DAA03061D1332536
Octal2641352520606354634566
Binary10110100101110110101010011000011011101100110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DAA; }

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

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

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

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

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

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

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

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