#B84ABB

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

Shades of Fuchsia #B84ABB

Tints of Fuchsia #B84ABB

Color information

#B84ABB (or 0xB84ABB) is unknown color: approx Fuchsia. HEX triplet: B8, 4A and BB. RGB value is (184,74,187). Sum of RGB (Red+Green+Blue) = 184+74+187=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #B84ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ABB is #47B544. Grayscale: #777777. Windows color (decimal): -4699461 or 12274360. OLE color: 12274360.

HSL color Cylindrical-coordinate representation of color #B84ABB: hue angle of 298.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84ABB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18474187-
CMYK0.020.6000.27
HSL298.41º45.38%51.18%-
HSV(B)298.41º60.43%73.33%-
XYZ31.1918.6848.97-
YUV119.77165.94173.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=41.35%
G=16.63%
B=42.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184741870.020.6000.27298.4145.3851.18
HexB84ABB23C01B12a2d33
Octal2701122732740334525563
Binary1011100010010101011101110111100011011100101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84ABB; }

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

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

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

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

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

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

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

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