#B84BAC

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

Shades of Fuchsia #B84BAC

Tints of Fuchsia #B84BAC

Color information

#B84BAC (or 0xB84BAC) is unknown color: approx Fuchsia. HEX triplet: B8, 4B and AC. RGB value is (184,75,172). Sum of RGB (Red+Green+Blue) = 184+75+172=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84BAC is #47B453. Grayscale: #767676. Windows color (decimal): -4699220 or 11291576. OLE color: 11291576.

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

Color convert

RGB18475172-
CMYK00.590.070.28
HSL306.61º43.43%50.78%-
HSV(B)306.61º59.24%72.16%-
XYZ29.7318.240.98-
YUV118.65158.11174.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=42.69%
G=17.40%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847517200.590.070.28306.6143.4350.78
HexB84BAC03B71C1332b33
Octal2701132540737344635363
Binary10111000100101110101100011101111111100100110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84BAC; }

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

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

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

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

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

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

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

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