#B45D9E

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

Shades of Violet Blue #B45D9E

Tints of Violet Blue #B45D9E

Color information

#B45D9E (or 0xB45D9E) is unknown color: approx Violet Blue. HEX triplet: B4, 5D and 9E. RGB value is (180,93,158). Sum of RGB (Red+Green+Blue) = 180+93+158=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D9E is #4BA261. Grayscale: #7E7E7E. Windows color (decimal): -4956770 or 10378676. OLE color: 10378676.

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

Color convert

RGB18093158-
CMYK00.480.120.29
HSL315.17º36.71%53.53%-
HSV(B)315.17º48.33%70.59%-
XYZ28.912034.68-
YUV126.42145.82166.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=41.76%
G=21.58%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809315800.480.120.29315.1736.7153.53
HexB45D9E030C1D13b2536
Octal26413523606014354734566
Binary101101001011101100111100110000110011101100111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D9E; }

 p { color: rgb(180,93,158); }

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

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

 a { background-color: rgb(180,93,158); }

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

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

 span { border-color: rgb(180,93,158); }

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