#b84abe

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

Shades of Fuchsia #B84ABE

Tints of Fuchsia #B84ABE

Color information

#B84ABE (or 0xB84ABE) is unknown color: approx Fuchsia. HEX triplet: B8, 4A and BE. RGB value is (184,74,190). Sum of RGB (Red+Green+Blue) = 184+74+190=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #B84ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ABE is #47B541. Grayscale: #777777. Windows color (decimal): -4699458 or 12470968. OLE color: 12470968.

HSL color Cylindrical-coordinate representation of color #B84ABE: hue angle of 296.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84ABE is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18474190-
CMYK0.030.6100.25
HSL296.9º47.15%51.76%-
HSV(B)296.9º61.05%74.51%-
XYZ31.5118.8150.68-
YUV120.11167.44173.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 74 (29.30% from 255) = 16.52%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=41.07%
G=16.52%
B=42.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184741900.030.6100.25296.947.1551.76
HexB84ABE33D0191292f34
Octal2701122763750314515764
Binary1011100010010101011111011111101011001100101001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84abe; }

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

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

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

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

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

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

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

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