#B45EAA

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

Shades of Violet Blue #B45EAA

Tints of Violet Blue #B45EAA

Color information

#B45EAA (or 0xB45EAA) is unknown color: approx Violet Blue. HEX triplet: B4, 5E and AA. RGB value is (180,94,170). Sum of RGB (Red+Green+Blue) = 180+94+170=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EAA is #4BA155. Grayscale: #808080. Windows color (decimal): -4956502 or 11165364. OLE color: 11165364.

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

Color convert

RGB18094170-
CMYK00.480.060.29
HSL306.98º36.44%53.73%-
HSV(B)306.98º47.78%70.59%-
XYZ30.0820.6140.42-
YUV128.38151.49164.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=40.54%
G=21.17%
B=38.29%

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
Decimal1809417000.480.060.29306.9836.4453.73
HexB45EAA03061D1332436
Octal2641362520606354634466
Binary10110100101111010101010011000011011101100110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EAA; }

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

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

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

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

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

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

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

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