#B871B8

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

Shades of Fuchsia #B871B8

Tints of Fuchsia #B871B8

Color information

#B871B8 (or 0xB871B8) is unknown color: approx Fuchsia. HEX triplet: B8, 71 and B8. RGB value is (184,113,184). Sum of RGB (Red+Green+Blue) = 184+113+184=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B871B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871B8 is #478E47. Grayscale: #8E8E8E. Windows color (decimal): -4689480 or 12087736. OLE color: 12087736.

HSL color Cylindrical-coordinate representation of color #B871B8: hue angle of 300º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871B8 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB184113184-
CMYK00.3900.28
HSL300º33.33%58.24%-
HSV(B)300º38.59%72.16%-
XYZ34.3225.4648.45-
YUV142.32151.52157.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=38.25%
G=23.49%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411318400.3900.2830033.3358.24
HexB871B802701C12c213a
Octal2701612700470344544172
Binary101110001110001101110000100111011100100101100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871B8; }

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

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

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

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

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

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

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

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