#B871B2

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

Shades of Fuchsia #B871B2

Tints of Fuchsia #B871B2

Color information

#B871B2 (or 0xB871B2) is unknown color: approx Fuchsia. HEX triplet: B8, 71 and B2. RGB value is (184,113,178). Sum of RGB (Red+Green+Blue) = 184+113+178=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B871B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871B2 is #478E4D. Grayscale: #8D8D8D. Windows color (decimal): -4689486 or 11694520. OLE color: 11694520.

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

Color convert

RGB184113178-
CMYK00.390.030.28
HSL305.07º33.33%58.24%-
HSV(B)305.07º38.59%72.16%-
XYZ33.7125.2145.21-
YUV141.64148.52158.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=38.74%
G=23.79%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411317800.390.030.28305.0733.3358.24
HexB871B202731C131213a
Octal2701612620473344614172
Binary1011100011100011011001001001111111100100110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871B2; }

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

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

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

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

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

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

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

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