#B84AAA

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

Shades of Fuchsia #B84AAA

Tints of Fuchsia #B84AAA

Color information

#B84AAA (or 0xB84AAA) is unknown color: approx Fuchsia. HEX triplet: B8, 4A and AA. RGB value is (184,74,170). Sum of RGB (Red+Green+Blue) = 184+74+170=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AAA is #47B555. Grayscale: #757575. Windows color (decimal): -4699478 or 11160248. OLE color: 11160248.

HSL color Cylindrical-coordinate representation of color #B84AAA: hue angle of 307.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AAA is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18474170-
CMYK00.600.080.28
HSL307.64º43.65%50.59%-
HSV(B)307.64º59.78%72.16%-
XYZ29.4717.9939.95-
YUV117.83157.44175.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 74 (29.30% from 255) = 17.29%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=42.99%
G=17.29%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847417000.600.080.28307.6443.6550.59
HexB84AAA03C81C1342c33
Octal27011225207410344645463
Binary101110001001010101010100111100100011100100110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AAA; }

 p { color: rgb(184,74,170); }

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

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

 a { background-color: rgb(184,74,170); }

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

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

 span { border-color: rgb(184,74,170); }

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