#B74FAC

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

Shades of Fuchsia #B74FAC

Tints of Fuchsia #B74FAC

Color information

#B74FAC (or 0xB74FAC) is unknown color: approx Fuchsia. HEX triplet: B7, 4F and AC. RGB value is (183,79,172). Sum of RGB (Red+Green+Blue) = 183+79+172=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B74FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74FAC is #48B053. Grayscale: #787878. Windows color (decimal): -4763732 or 11292599. OLE color: 11292599.

HSL color Cylindrical-coordinate representation of color #B74FAC: hue angle of 306.35º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74FAC is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18379172-
CMYK00.570.060.28
HSL306.35º41.94%51.37%-
HSV(B)306.35º56.83%71.76%-
XYZ29.7718.6441.06-
YUV120.7156.96172.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 79 (31.25% from 255) = 18.20%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=42.17%
G=18.20%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837917200.570.060.28306.3541.9451.37
HexB74FAC03961C1322a33
Octal2671172540716344625263
Binary10110111100111110101100011100111011100100110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74FAC; }

 p { color: rgb(183,79,172); }

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

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

 a { background-color: rgb(183,79,172); }

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

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

 span { border-color: rgb(183,79,172); }

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