#B840AC

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

Shades of Fuchsia #B840AC

Tints of Fuchsia #B840AC

Color information

#B840AC (or 0xB840AC) is unknown color: approx Fuchsia. HEX triplet: B8, 40 and AC. RGB value is (184,64,172). Sum of RGB (Red+Green+Blue) = 184+64+172=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B840AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B840AC is #47BF53. Grayscale: #6F6F6F. Windows color (decimal): -4702036 or 11288760. OLE color: 11288760.

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

Color convert

RGB18464172-
CMYK00.650.070.28
HSL306º48.39%48.63%-
HSV(B)306º65.22%72.16%-
XYZ29.0516.8440.75-
YUV112.19161.76179.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 64 (25.39% from 255) = 15.24%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=43.81%
G=15.24%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846417200.650.070.2830648.3948.63
HexB840AC04171C1323031
Octal27010025401017344626061
Binary101110001000000101011000100000111111100100110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840AC; }

 p { color: rgb(184,64,172); }

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

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

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

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

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

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

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