#B84AB1

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

Shades of Fuchsia #B84AB1

Tints of Fuchsia #B84AB1

Color information

#B84AB1 (or 0xB84AB1) is unknown color: approx Fuchsia. HEX triplet: B8, 4A and B1. RGB value is (184,74,177). Sum of RGB (Red+Green+Blue) = 184+74+177=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AB1 is #47B54E. Grayscale: #767676. Windows color (decimal): -4699471 or 11619000. OLE color: 11619000.

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

Color convert

RGB18474177-
CMYK00.600.040.28
HSL303.82º43.65%50.59%-
HSV(B)303.82º59.78%72.16%-
XYZ30.1518.2643.53-
YUV118.63160.94174.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 74 (29.30% from 255) = 17.01%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=42.30%
G=17.01%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847417700.600.040.28303.8243.6550.59
HexB84AB103C41C1302c33
Octal2701122610744344605463
Binary10111000100101010110001011110010011100100110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AB1; }

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

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

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

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

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

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

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

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