#B45CAA

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

Shades of Violet Blue #B45CAA

Tints of Violet Blue #B45CAA

Color information

#B45CAA (or 0xB45CAA) is unknown color: approx Violet Blue. HEX triplet: B4, 5C and AA. RGB value is (180,92,170). Sum of RGB (Red+Green+Blue) = 180+92+170=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CAA is #4BA355. Grayscale: #7E7E7E. Windows color (decimal): -4957014 or 11164852. OLE color: 11164852.

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

Color convert

RGB18092170-
CMYK00.490.060.29
HSL306.82º36.97%53.33%-
HSV(B)306.82º48.89%70.59%-
XYZ29.9120.2640.36-
YUV127.2152.15165.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=40.72%
G=20.81%
B=38.46%

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
Decimal1809217000.490.060.29306.8236.9753.33
HexB45CAA03161D1332535
Octal2641342520616354634565
Binary10110100101110010101010011000111011101100110011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CAA; }

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

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

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

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

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

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

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

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