#B871BE

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

Shades of Fuchsia #B871BE

Tints of Fuchsia #B871BE

Color information

#B871BE (or 0xB871BE) is unknown color: approx Fuchsia. HEX triplet: B8, 71 and BE. RGB value is (184,113,190). Sum of RGB (Red+Green+Blue) = 184+113+190=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B871BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871BE is #478E41. Grayscale: #8E8E8E. Windows color (decimal): -4689474 or 12480952. OLE color: 12480952.

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

Color convert

RGB184113190-
CMYK0.030.4100.25
HSL295.32º37.2%59.41%-
HSV(B)295.32º40.53%74.51%-
XYZ34.9725.7251.84-
YUV143.01154.52157.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=37.78%
G=23.20%
B=39.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841131900.030.4100.25295.3237.259.41
HexB871BE329019127253b
Octal2701612763510314474573
Binary1011100011100011011111011101001011001100100111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871BE; }

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

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

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

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

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

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

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

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