#B84BAE

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

Shades of Fuchsia #B84BAE

Tints of Fuchsia #B84BAE

Color information

#B84BAE (or 0xB84BAE) is unknown color: approx Fuchsia. HEX triplet: B8, 4B and AE. RGB value is (184,75,174). Sum of RGB (Red+Green+Blue) = 184+75+174=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84BAE is #47B451. Grayscale: #767676. Windows color (decimal): -4699218 or 11422648. OLE color: 11422648.

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

Color convert

RGB18475174-
CMYK00.590.050.28
HSL305.5º43.43%50.78%-
HSV(B)305.5º59.24%72.16%-
XYZ29.9218.2842-
YUV118.88159.11174.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=42.49%
G=17.32%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847517400.590.050.28305.543.4350.78
HexB84BAE03B51C1322b33
Octal2701132560735344625363
Binary10111000100101110101110011101110111100100110010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84BAE; }

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

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

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

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

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

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

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

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