#B874BA

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

Shades of Fuchsia #B874BA

Tints of Fuchsia #B874BA

Color information

#B874BA (or 0xB874BA) is unknown color: approx Fuchsia. HEX triplet: B8, 74 and BA. RGB value is (184,116,186). Sum of RGB (Red+Green+Blue) = 184+116+186=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B874BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874BA is #478B45. Grayscale: #909090. Windows color (decimal): -4688710 or 12219576. OLE color: 12219576.

HSL color Cylindrical-coordinate representation of color #B874BA: hue angle of 298.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B874BA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184116186-
CMYK0.010.3800.27
HSL298.29º33.65%59.22%-
HSV(B)298.29º37.63%72.94%-
XYZ34.8826.2349.68-
YUV144.31151.53156.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=37.86%
G=23.87%
B=38.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841161860.010.3800.27298.2933.6559.22
HexB874BA12601B12a223b
Octal2701642721460334524273
Binary101110001110100101110101100110011011100101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874BA; }

 p { color: rgb(184,116,186); }

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

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

 a { background-color: rgb(184,116,186); }

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

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

 span { border-color: rgb(184,116,186); }

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