#B45D9C

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

Shades of Violet Blue #B45D9C

Tints of Violet Blue #B45D9C

Color information

#B45D9C (or 0xB45D9C) is unknown color: approx Violet Blue. HEX triplet: B4, 5D and 9C. RGB value is (180,93,156). Sum of RGB (Red+Green+Blue) = 180+93+156=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D9C is #4BA263. Grayscale: #7E7E7E. Windows color (decimal): -4956772 or 10247604. OLE color: 10247604.

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

Color convert

RGB18093156-
CMYK00.480.130.29
HSL316.55º36.71%53.53%-
HSV(B)316.55º48.33%70.59%-
XYZ28.7419.9333.79-
YUV126.2144.82166.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=41.96%
G=21.68%
B=36.36%

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
Decimal1809315600.480.130.29316.5536.7153.53
HexB45D9C030D1D13d2536
Octal26413523406015354754566
Binary101101001011101100111000110000110111101100111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D9C; }

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

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

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

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

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

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

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

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