#B84AB8

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

Shades of Fuchsia #B84AB8

Tints of Fuchsia #B84AB8

Color information

#B84AB8 (or 0xB84AB8) is unknown color: approx Fuchsia. HEX triplet: B8, 4A and B8. RGB value is (184,74,184). Sum of RGB (Red+Green+Blue) = 184+74+184=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B84AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB8 is #47B547. Grayscale: #777777. Windows color (decimal): -4699464 or 12077752. OLE color: 12077752.

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

Color convert

RGB18474184-
CMYK00.6000.28
HSL300º43.65%50.59%-
HSV(B)300º59.78%72.16%-
XYZ30.8718.5547.3-
YUV119.43164.44174.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 184 (72.27% from 255) = 41.63%
R=41.63%
G=16.74%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847418400.6000.2830043.6550.59
HexB84AB803C01C12c2c33
Octal2701122700740344545463
Binary101110001001010101110000111100011100100101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AB8; }

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

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

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

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

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

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

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

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