#B44CA1

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

Shades of Violet Blue #B44CA1

Tints of Violet Blue #B44CA1

Color information

#B44CA1 (or 0xB44CA1) is unknown color: approx Violet Blue. HEX triplet: B4, 4C and A1. RGB value is (180,76,161). Sum of RGB (Red+Green+Blue) = 180+76+161=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B44CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44CA1 is #4BB35E. Grayscale: #747474. Windows color (decimal): -4961119 or 10570932. OLE color: 10570932.

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

Color convert

RGB18076161-
CMYK00.580.110.29
HSL310.96º40.94%50.2%-
HSV(B)310.96º57.78%70.59%-
XYZ27.8417.4535.62-
YUV116.79152.96173.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=43.17%
G=18.23%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807616100.580.110.29310.9640.9450.2
HexB44CA103AB1D1372932
Octal26411424107213354675162
Binary101101001001100101000010111010101111101100110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CA1; }

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

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

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

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

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

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

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

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