#B84AB2

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

Shades of Fuchsia #B84AB2

Tints of Fuchsia #B84AB2

Color information

#B84AB2 (or 0xB84AB2) is unknown color: approx Fuchsia. HEX triplet: B8, 4A and B2. RGB value is (184,74,178). Sum of RGB (Red+Green+Blue) = 184+74+178=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AB2 is #47B54D. Grayscale: #767676. Windows color (decimal): -4699470 or 11684536. OLE color: 11684536.

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

Color convert

RGB18474178-
CMYK00.600.030.28
HSL303.27º43.65%50.59%-
HSV(B)303.27º59.78%72.16%-
XYZ30.2518.344.06-
YUV118.75161.44174.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 178 (69.92% from 255) = 40.83%
R=42.20%
G=16.97%
B=40.83%

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
Decimal1847417800.600.030.28303.2743.6550.59
HexB84AB203C31C12f2c33
Octal2701122620743344575463
Binary1011100010010101011001001111001111100100101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AB2; }

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

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

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

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

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

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

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

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