#B84AB3

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

Shades of Fuchsia #B84AB3

Tints of Fuchsia #B84AB3

Color information

#B84AB3 (or 0xB84AB3) is unknown color: approx Fuchsia. HEX triplet: B8, 4A and B3. RGB value is (184,74,179). Sum of RGB (Red+Green+Blue) = 184+74+179=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB3 is #47B54C. Grayscale: #767676. Windows color (decimal): -4699469 or 11750072. OLE color: 11750072.

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

Color convert

RGB18474179-
CMYK00.600.030.28
HSL302.73º43.65%50.59%-
HSV(B)302.73º59.78%72.16%-
XYZ30.3518.3444.59-
YUV118.86161.94174.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=42.11%
G=16.93%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847417900.600.030.28302.7343.6550.59
HexB84AB303C31C12f2c33
Octal2701122630743344575463
Binary1011100010010101011001101111001111100100101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AB3; }

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

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

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

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

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

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

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

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