#B744AD

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

Shades of Fuchsia #B744AD

Tints of Fuchsia #B744AD

Color information

#B744AD (or 0xB744AD) is unknown color: approx Fuchsia. HEX triplet: B7, 44 and AD. RGB value is (183,68,173). Sum of RGB (Red+Green+Blue) = 183+68+173=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B744AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744AD is #48BB52. Grayscale: #727272. Windows color (decimal): -4766547 or 11355319. OLE color: 11355319.

HSL color Cylindrical-coordinate representation of color #B744AD: hue angle of 305.22º 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 #B744AD is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18368173-
CMYK00.630.050.28
HSL305.22º45.82%49.22%-
HSV(B)305.22º62.84%71.76%-
XYZ29.1417.2241.32-
YUV114.35161.1176.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 68 (26.95% from 255) = 16.04%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=43.16%
G=16.04%
B=40.80%

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
Decimal1836817300.630.050.28305.2245.8249.22
HexB744AD03F51C1312e31
Octal2671042550775344615661
Binary10110111100010010101101011111110111100100110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B744AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B744AD; }

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

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

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

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

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

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

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

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