#B744AE

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

Shades of Fuchsia #B744AE

Tints of Fuchsia #B744AE

Color information

#B744AE (or 0xB744AE) is unknown color: approx Fuchsia. HEX triplet: B7, 44 and AE. RGB value is (183,68,174). Sum of RGB (Red+Green+Blue) = 183+68+174=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B744AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744AE is #48BB51. Grayscale: #727272. Windows color (decimal): -4766546 or 11420855. OLE color: 11420855.

HSL color Cylindrical-coordinate representation of color #B744AE: hue angle of 304.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B744AE is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18368174-
CMYK00.630.050.28
HSL304.7º45.82%49.22%-
HSV(B)304.7º62.84%71.76%-
XYZ29.2417.2641.83-
YUV114.47161.6176.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=43.06%
G=16%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836817400.630.050.28304.745.8249.22
HexB744AE03F51C1312e31
Octal2671042560775344615661
Binary10110111100010010101110011111110111100100110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B744AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B744AE; }

 p { color: rgb(183,68,174); }

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

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

 a { background-color: rgb(183,68,174); }

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

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

 span { border-color: rgb(183,68,174); }

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