#B871BF

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

Shades of Fuchsia #B871BF

Tints of Fuchsia #B871BF

Color information

#B871BF (or 0xB871BF) is unknown color: approx Fuchsia. HEX triplet: B8, 71 and BF. RGB value is (184,113,191). Sum of RGB (Red+Green+Blue) = 184+113+191=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #B871BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871BF is #478E40. Grayscale: #8E8E8E. Windows color (decimal): -4689473 or 12546488. OLE color: 12546488.

HSL color Cylindrical-coordinate representation of color #B871BF: hue angle of 294.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B871BF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184113191-
CMYK0.040.4100.25
HSL294.62º37.86%59.61%-
HSV(B)294.62º40.84%74.9%-
XYZ35.0825.7652.41-
YUV143.12155.02157.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 191 (75% from 255) = 39.14%
R=37.70%
G=23.16%
B=39.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841131910.040.4100.25294.6237.8659.61
HexB871BF429019127263c
Octal2701612774510314474674
Binary10111000111000110111111100101001011001100100111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871BF; }

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

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

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

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

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

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

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

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