#B843A4

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

Shades of Fuchsia #B843A4

Tints of Fuchsia #B843A4

Color information

#B843A4 (or 0xB843A4) is unknown color: approx Fuchsia. HEX triplet: B8, 43 and A4. RGB value is (184,67,164). Sum of RGB (Red+Green+Blue) = 184+67+164=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B843A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B843A4 is #47BC5B. Grayscale: #707070. Windows color (decimal): -4701276 or 10765240. OLE color: 10765240.

HSL color Cylindrical-coordinate representation of color #B843A4: hue angle of 310.26º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B843A4 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18467164-
CMYK00.640.110.28
HSL310.26º46.61%49.22%-
HSV(B)310.26º63.59%72.16%-
XYZ28.4816.8836.88-
YUV113.04156.76178.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=44.34%
G=16.14%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846716400.640.110.28310.2646.6149.22
HexB843A4040B1C1362f31
Octal270103244010013344665761
Binary1011100010000111010010001000000101111100100110110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B843A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B843A4; }

 p { color: rgb(184,67,164); }

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

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

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

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

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

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

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