#B45E9D

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

Shades of Violet Blue #B45E9D

Tints of Violet Blue #B45E9D

Color information

#B45E9D (or 0xB45E9D) is unknown color: approx Violet Blue. HEX triplet: B4, 5E and 9D. RGB value is (180,94,157). Sum of RGB (Red+Green+Blue) = 180+94+157=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E9D is #4BA162. Grayscale: #7E7E7E. Windows color (decimal): -4956515 or 10313396. OLE color: 10313396.

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

Color convert

RGB18094157-
CMYK00.480.130.29
HSL316.05º36.44%53.73%-
HSV(B)316.05º47.78%70.59%-
XYZ28.9120.1434.26-
YUV126.9144.99165.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=41.76%
G=21.81%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809415700.480.130.29316.0536.4453.73
HexB45E9D030D1D13c2436
Octal26413623506015354744466
Binary101101001011110100111010110000110111101100111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E9D; }

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

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

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

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

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

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

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

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