#B444A8

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

Shades of Fuchsia #B444A8

Tints of Fuchsia #B444A8

Color information

#B444A8 (or 0xB444A8) is unknown color: approx Fuchsia. HEX triplet: B4, 44 and A8. RGB value is (180,68,168). Sum of RGB (Red+Green+Blue) = 180+68+168=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B444A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444A8 is #4BBB57. Grayscale: #707070. Windows color (decimal): -4963160 or 11027636. OLE color: 11027636.

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

Color convert

RGB18068168-
CMYK00.620.070.29
HSL306.43º45.16%48.63%-
HSV(B)306.43º62.22%70.59%-
XYZ27.9616.6638.79-
YUV112.89159.11175.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 68 (26.95% from 255) = 16.35%
BLUE value IS 168 (66.02% from 255) = 40.38%
R=43.27%
G=16.35%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806816800.620.070.29306.4345.1648.63
HexB444A803E71D1322d31
Octal2641042500767354625561
Binary10110100100010010101000011111011111101100110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B444A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B444A8; }

 p { color: rgb(180,68,168); }

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

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

 a { background-color: rgb(180,68,168); }

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

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

 span { border-color: rgb(180,68,168); }

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