#B45BAA

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

Shades of Violet Blue #B45BAA

Tints of Violet Blue #B45BAA

Color information

#B45BAA (or 0xB45BAA) is unknown color: approx Violet Blue. HEX triplet: B4, 5B and AA. RGB value is (180,91,170). Sum of RGB (Red+Green+Blue) = 180+91+170=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BAA is #4BA455. Grayscale: #7E7E7E. Windows color (decimal): -4957270 or 11164596. OLE color: 11164596.

HSL color Cylindrical-coordinate representation of color #B45BAA: hue angle of 306.74º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45BAA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18091170-
CMYK00.490.060.29
HSL306.74º37.24%53.14%-
HSV(B)306.74º49.44%70.59%-
XYZ29.8220.0940.34-
YUV126.62152.49166.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=40.82%
G=20.63%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809117000.490.060.29306.7437.2453.14
HexB45BAA03161D1332535
Octal2641332520616354634565
Binary10110100101101110101010011000111011101100110011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BAA; }

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

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

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

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

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

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

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

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