#B45FA1

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

Shades of Violet Blue #B45FA1

Tints of Violet Blue #B45FA1

Color information

#B45FA1 (or 0xB45FA1) is unknown color: approx Violet Blue. HEX triplet: B4, 5F and A1. RGB value is (180,95,161). Sum of RGB (Red+Green+Blue) = 180+95+161=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FA1 is #4BA05E. Grayscale: #7F7F7F. Windows color (decimal): -4956255 or 10575796. OLE color: 10575796.

HSL color Cylindrical-coordinate representation of color #B45FA1: hue angle of 313.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B45FA1 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18095161-
CMYK00.470.110.29
HSL313.41º36.17%53.92%-
HSV(B)313.41º47.22%70.59%-
XYZ29.3520.4636.12-
YUV127.94146.66165.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=41.28%
G=21.79%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809516100.470.110.29313.4136.1753.92
HexB45FA102FB1D1392436
Octal26413724105713354714466
Binary101101001011111101000010101111101111101100111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FA1; }

 p { color: rgb(180,95,161); }

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

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

 a { background-color: rgb(180,95,161); }

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

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

 span { border-color: rgb(180,95,161); }

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