#B74AB3

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

Shades of Fuchsia #B74AB3

Tints of Fuchsia #B74AB3

Color information

#B74AB3 (or 0xB74AB3) is unknown color: approx Fuchsia. HEX triplet: B7, 4A and B3. RGB value is (183,74,179). Sum of RGB (Red+Green+Blue) = 183+74+179=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AB3 is #48B54C. Grayscale: #767676. Windows color (decimal): -4765005 or 11750071. OLE color: 11750071.

HSL color Cylindrical-coordinate representation of color #B74AB3: hue angle of 302.2º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AB3 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18374179-
CMYK00.600.020.28
HSL302.2º43.08%50.39%-
HSV(B)302.2º59.56%71.76%-
XYZ30.1118.2244.58-
YUV118.56162.11173.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=41.97%
G=16.97%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837417900.600.020.28302.243.0850.39
HexB74AB303C21C12e2b32
Octal2671122630742344565362
Binary1011011110010101011001101111001011100100101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AB3; }

 p { color: rgb(183,74,179); }

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

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

 a { background-color: rgb(183,74,179); }

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

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

 span { border-color: rgb(183,74,179); }

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