#B445A1

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

Shades of Violet Blue #B445A1

Tints of Violet Blue #B445A1

Color information

#B445A1 (or 0xB445A1) is unknown color: approx Violet Blue. HEX triplet: B4, 45 and A1. RGB value is (180,69,161). Sum of RGB (Red+Green+Blue) = 180+69+161=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B445A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445A1 is #4BBA5E. Grayscale: #707070. Windows color (decimal): -4962911 or 10569140. OLE color: 10569140.

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

Color convert

RGB18069161-
CMYK00.620.110.29
HSL310.27º44.58%48.82%-
HSV(B)310.27º61.67%70.59%-
XYZ27.3816.5335.47-
YUV112.68155.27176.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 161 (63.28% from 255) = 39.27%
R=43.90%
G=16.83%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806916100.620.110.29310.2744.5848.82
HexB445A103EB1D1362d31
Octal26410524107613354665561
Binary101101001000101101000010111110101111101100110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445A1; }

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

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

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

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

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

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

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

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