#B44BAD

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

Shades of Fuchsia #B44BAD

Tints of Fuchsia #B44BAD

Color information

#B44BAD (or 0xB44BAD) is unknown color: approx Fuchsia. HEX triplet: B4, 4B and AD. RGB value is (180,75,173). Sum of RGB (Red+Green+Blue) = 180+75+173=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B44BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44BAD is #4BB452. Grayscale: #757575. Windows color (decimal): -4961363 or 11357108. OLE color: 11357108.

HSL color Cylindrical-coordinate representation of color #B44BAD: hue angle of 304º 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 #B44BAD is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18075173-
CMYK00.580.040.29
HSL304º41.18%50%-
HSV(B)304º58.33%70.59%-
XYZ28.8817.7541.44-
YUV117.57159.29172.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 75 (29.69% from 255) = 17.52%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=42.06%
G=17.52%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807517300.580.040.2930441.1850
HexB44BAD03A41D1302932
Octal2641132550724354605162
Binary10110100100101110101101011101010011101100110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BAD; }

 p { color: rgb(180,75,173); }

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

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

 a { background-color: rgb(180,75,173); }

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

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

 span { border-color: rgb(180,75,173); }

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