#B45A9D

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

Shades of Violet Blue #B45A9D

Tints of Violet Blue #B45A9D

Color information

#B45A9D (or 0xB45A9D) is unknown color: approx Violet Blue. HEX triplet: B4, 5A and 9D. RGB value is (180,90,157). Sum of RGB (Red+Green+Blue) = 180+90+157=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A9D is #4BA562. Grayscale: #7C7C7C. Windows color (decimal): -4957539 or 10312372. OLE color: 10312372.

HSL color Cylindrical-coordinate representation of color #B45A9D: hue angle of 315.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A9D is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18090157-
CMYK00.500.130.29
HSL315.33º37.5%52.94%-
HSV(B)315.33º50%70.59%-
XYZ28.5619.4534.15-
YUV124.55146.32167.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=42.15%
G=21.08%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809015700.500.130.29315.3337.552.94
HexB45A9D032D1D13b2635
Octal26413223506215354734665
Binary101101001011010100111010110010110111101100111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A9D; }

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

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

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

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

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

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

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

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