#B84DAE

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

Shades of Fuchsia #B84DAE

Tints of Fuchsia #B84DAE

Color information

#B84DAE (or 0xB84DAE) is unknown color: approx Fuchsia. HEX triplet: B8, 4D and AE. RGB value is (184,77,174). Sum of RGB (Red+Green+Blue) = 184+77+174=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84DAE is #47B251. Grayscale: #777777. Windows color (decimal): -4698706 or 11423160. OLE color: 11423160.

HSL color Cylindrical-coordinate representation of color #B84DAE: hue angle of 305.61º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84DAE is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18477174-
CMYK00.580.050.28
HSL305.61º42.97%51.18%-
HSV(B)305.61º58.15%72.16%-
XYZ30.0618.5542.04-
YUV120.05158.45173.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 174 (68.36% from 255) = 40%
R=42.30%
G=17.70%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847717400.580.050.28305.6142.9751.18
HexB84DAE03A51C1322b33
Octal2701152560725344625363
Binary10111000100110110101110011101010111100100110010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DAE; }

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

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

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

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

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

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

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

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