#B875BA

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

Shades of Fuchsia #B875BA

Tints of Fuchsia #B875BA

Color information

#B875BA (or 0xB875BA) is unknown color: approx Fuchsia. HEX triplet: B8, 75 and BA. RGB value is (184,117,186). Sum of RGB (Red+Green+Blue) = 184+117+186=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B875BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875BA is #478A45. Grayscale: #909090. Windows color (decimal): -4688454 or 12219832. OLE color: 12219832.

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

Color convert

RGB184117186-
CMYK0.010.3700.27
HSL298.26º33.33%59.41%-
HSV(B)298.26º37.1%72.94%-
XYZ34.9926.4649.72-
YUV144.9151.2155.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=37.78%
G=24.02%
B=38.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841171860.010.3700.27298.2633.3359.41
HexB875BA12501B12a213b
Octal2701652721450334524173
Binary101110001110101101110101100101011011100101010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875BA; }

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

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

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

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

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

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

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

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