#B871BA

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

Shades of Fuchsia #B871BA

Tints of Fuchsia #B871BA

Color information

#B871BA (or 0xB871BA) is unknown color: approx Fuchsia. HEX triplet: B8, 71 and BA. RGB value is (184,113,186). Sum of RGB (Red+Green+Blue) = 184+113+186=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B871BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871BA is #478E45. Grayscale: #8E8E8E. Windows color (decimal): -4689478 or 12218808. OLE color: 12218808.

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

Color convert

RGB184113186-
CMYK0.010.3900.27
HSL298.36º34.6%58.63%-
HSV(B)298.36º39.25%72.94%-
XYZ34.5425.5549.56-
YUV142.55152.52157.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=38.10%
G=23.40%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841131860.010.3900.27298.3634.658.63
HexB871BA12701B12a233b
Octal2701612721470334524373
Binary101110001110001101110101100111011011100101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871BA; }

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

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

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

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

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

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

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

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