#B44A9F

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

Shades of Violet Blue #B44A9F

Tints of Violet Blue #B44A9F

Color information

#B44A9F (or 0xB44A9F) is unknown color: approx Violet Blue. HEX triplet: B4, 4A and 9F. RGB value is (180,74,159). Sum of RGB (Red+Green+Blue) = 180+74+159=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A9F is #4BB560. Grayscale: #737373. Windows color (decimal): -4961633 or 10439348. OLE color: 10439348.

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

Color convert

RGB18074159-
CMYK00.590.120.29
HSL311.89º41.73%49.8%-
HSV(B)311.89º58.89%70.59%-
XYZ27.5317.134.65-
YUV115.38152.62174.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=43.58%
G=17.92%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807415900.590.120.29311.8941.7349.8
HexB44A9F03BC1D1382a32
Octal26411223707314354705262
Binary101101001001010100111110111011110011101100111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A9F; }

 p { color: rgb(180,74,159); }

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

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

 a { background-color: rgb(180,74,159); }

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

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

 span { border-color: rgb(180,74,159); }

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