#B869BA

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

Shades of Fuchsia #B869BA

Tints of Fuchsia #B869BA

Color information

#B869BA (or 0xB869BA) is unknown color: approx Fuchsia. HEX triplet: B8, 69 and BA. RGB value is (184,105,186). Sum of RGB (Red+Green+Blue) = 184+105+186=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B869BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869BA is #479645. Grayscale: #898989. Windows color (decimal): -4691526 or 12216760. OLE color: 12216760.

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

Color convert

RGB184105186-
CMYK0.010.4400.27
HSL298.52º36.99%57.06%-
HSV(B)298.52º43.55%72.94%-
XYZ33.6823.8449.28-
YUV137.85155.17160.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=38.74%
G=22.11%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841051860.010.4400.27298.5236.9957.06
HexB869BA12C01B12b2539
Octal2701512721540334534571
Binary101110001101001101110101101100011011100101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869BA; }

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

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

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

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

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

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

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

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