#B840AE

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

Shades of Fuchsia #B840AE

Tints of Fuchsia #B840AE

Color information

#B840AE (or 0xB840AE) is unknown color: approx Fuchsia. HEX triplet: B8, 40 and AE. RGB value is (184,64,174). Sum of RGB (Red+Green+Blue) = 184+64+174=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B840AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B840AE is #47BF51. Grayscale: #707070. Windows color (decimal): -4702034 or 11419832. OLE color: 11419832.

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

Color convert

RGB18464174-
CMYK00.650.050.28
HSL305º48.39%48.63%-
HSV(B)305º65.22%72.16%-
XYZ29.2416.9141.77-
YUV112.42162.76179.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=43.60%
G=15.17%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846417400.650.050.2830548.3948.63
HexB840AE04151C1313031
Octal27010025601015344616061
Binary101110001000000101011100100000110111100100110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B840AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B840AE; }

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

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

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

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

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

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

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

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