#B45EA2

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

Shades of Violet Blue #B45EA2

Tints of Violet Blue #B45EA2

Color information

#B45EA2 (or 0xB45EA2) is unknown color: approx Violet Blue. HEX triplet: B4, 5E and A2. RGB value is (180,94,162). Sum of RGB (Red+Green+Blue) = 180+94+162=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EA2 is #4BA15D. Grayscale: #7F7F7F. Windows color (decimal): -4956510 or 10641076. OLE color: 10641076.

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

Color convert

RGB18094162-
CMYK00.480.10.29
HSL312.56º36.44%53.73%-
HSV(B)312.56º47.78%70.59%-
XYZ29.3520.3236.56-
YUV127.47147.49165.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=41.28%
G=21.56%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809416200.480.10.29312.5636.4453.73
HexB45EA2030A1D1392436
Octal26413624206012354714466
Binary101101001011110101000100110000101011101100111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EA2; }

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

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

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

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

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

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

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

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