#B45EA0

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

Shades of Violet Blue #B45EA0

Tints of Violet Blue #B45EA0

Color information

#B45EA0 (or 0xB45EA0) is unknown color: approx Violet Blue. HEX triplet: B4, 5E and A0. RGB value is (180,94,160). Sum of RGB (Red+Green+Blue) = 180+94+160=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EA0 is #4BA15F. Grayscale: #7F7F7F. Windows color (decimal): -4956512 or 10510004. OLE color: 10510004.

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

Color convert

RGB18094160-
CMYK00.480.110.29
HSL313.95º36.44%53.73%-
HSV(B)313.95º47.78%70.59%-
XYZ29.1720.2535.63-
YUV127.24146.49165.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=41.47%
G=21.66%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809416000.480.110.29313.9536.4453.73
HexB45EA0030B1D13a2436
Octal26413624006013354724466
Binary101101001011110101000000110000101111101100111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EA0; }

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

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

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

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

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

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

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

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