#B841AE

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

Shades of Fuchsia #B841AE

Tints of Fuchsia #B841AE

Color information

#B841AE (or 0xB841AE) is unknown color: approx Fuchsia. HEX triplet: B8, 41 and AE. RGB value is (184,65,174). Sum of RGB (Red+Green+Blue) = 184+65+174=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B841AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B841AE is #47BE51. Grayscale: #707070. Windows color (decimal): -4701778 or 11420088. OLE color: 11420088.

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

Color convert

RGB18465174-
CMYK00.650.050.28
HSL305.04º47.79%48.82%-
HSV(B)305.04º64.67%72.16%-
XYZ29.317.0341.79-
YUV113.01162.42178.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=43.50%
G=15.37%
B=41.13%

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
Decimal1846517400.650.050.28305.0447.7948.82
HexB841AE04151C1313031
Octal27010125601015344616061
Binary101110001000001101011100100000110111100100110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B841AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B841AE; }

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

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

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

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

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

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

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

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