#B873BA

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

Shades of Fuchsia #B873BA

Tints of Fuchsia #B873BA

Color information

#B873BA (or 0xB873BA) is unknown color: approx Fuchsia. HEX triplet: B8, 73 and BA. RGB value is (184,115,186). Sum of RGB (Red+Green+Blue) = 184+115+186=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B873BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873BA is #478C45. Grayscale: #8F8F8F. Windows color (decimal): -4688966 or 12219320. OLE color: 12219320.

HSL color Cylindrical-coordinate representation of color #B873BA: hue angle of 298.31º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B873BA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184115186-
CMYK0.010.3800.27
HSL298.31º33.97%59.02%-
HSV(B)298.31º38.17%72.94%-
XYZ34.762649.64-
YUV143.72151.86156.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=37.94%
G=23.71%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841151860.010.3800.27298.3133.9759.02
HexB873BA12601B12a223b
Octal2701632721460334524273
Binary101110001110011101110101100110011011100101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873BA; }

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

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

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

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

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

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

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

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