#B873BF

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

Shades of Fuchsia #B873BF

Tints of Fuchsia #B873BF

Color information

#B873BF (or 0xB873BF) is unknown color: approx Fuchsia. HEX triplet: B8, 73 and BF. RGB value is (184,115,191). Sum of RGB (Red+Green+Blue) = 184+115+191=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B873BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873BF is #478C40. Grayscale: #909090. Windows color (decimal): -4688961 or 12547000. OLE color: 12547000.

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

Color convert

RGB184115191-
CMYK0.040.4000.25
HSL294.47º37.25%60%-
HSV(B)294.47º39.79%74.9%-
XYZ35.326.2152.49-
YUV144.29154.36156.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 191 (75% from 255) = 38.98%
R=37.55%
G=23.47%
B=38.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841151910.040.4000.25294.4737.2560
HexB873BF428019126253c
Octal2701632774500314464574
Binary10111000111001110111111100101000011001100100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873BF; }

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

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

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

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

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

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

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

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