#B45E9E

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

Shades of Violet Blue #B45E9E

Tints of Violet Blue #B45E9E

Color information

#B45E9E (or 0xB45E9E) is unknown color: approx Violet Blue. HEX triplet: B4, 5E and 9E. RGB value is (180,94,158). Sum of RGB (Red+Green+Blue) = 180+94+158=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E9E is #4BA161. Grayscale: #7E7E7E. Windows color (decimal): -4956514 or 10378932. OLE color: 10378932.

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

Color convert

RGB18094158-
CMYK00.480.120.29
HSL315.35º36.44%53.73%-
HSV(B)315.35º47.78%70.59%-
XYZ2920.1834.71-
YUV127.01145.49165.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=41.67%
G=21.76%
B=36.57%

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
Decimal1809415800.480.120.29315.3536.4453.73
HexB45E9E030C1D13b2436
Octal26413623606014354734466
Binary101101001011110100111100110000110011101100111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E9E; }

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

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

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

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

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

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

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

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