#B869B5

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

Shades of Fuchsia #B869B5

Tints of Fuchsia #B869B5

Color information

#B869B5 (or 0xB869B5) is unknown color: approx Fuchsia. HEX triplet: B8, 69 and B5. RGB value is (184,105,181). Sum of RGB (Red+Green+Blue) = 184+105+181=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B869B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869B5 is #47964A. Grayscale: #898989. Windows color (decimal): -4691531 or 11889080. OLE color: 11889080.

HSL color Cylindrical-coordinate representation of color #B869B5: hue angle of 302.28º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B869B5 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184105181-
CMYK00.430.020.28
HSL302.28º35.75%56.67%-
HSV(B)302.28º42.93%72.16%-
XYZ33.1623.6346.53-
YUV137.28152.67161.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=39.15%
G=22.34%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410518100.430.020.28302.2835.7556.67
HexB869B502B21C12e2439
Octal2701512650532344564471
Binary1011100011010011011010101010111011100100101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869B5; }

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

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

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

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

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

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

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

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