#B869BF

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

Shades of Fuchsia #B869BF

Tints of Fuchsia #B869BF

Color information

#B869BF (or 0xB869BF) is unknown color: approx Fuchsia. HEX triplet: B8, 69 and BF. RGB value is (184,105,191). Sum of RGB (Red+Green+Blue) = 184+105+191=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #B869BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869BF is #479640. Grayscale: #8A8A8A. Windows color (decimal): -4691521 or 12544440. OLE color: 12544440.

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

Color convert

RGB184105191-
CMYK0.040.4500.25
HSL295.12º40.19%58.04%-
HSV(B)295.12º45.03%74.9%-
XYZ34.2224.0652.13-
YUV138.43157.67160.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 191 (75% from 255) = 39.79%
R=38.33%
G=21.88%
B=39.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841051910.040.4500.25295.1240.1958.04
HexB869BF42D019127283a
Octal2701512774550314475072
Binary10111000110100110111111100101101011001100100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869BF; }

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

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

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

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

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

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

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

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