#B868BF

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

Shades of Fuchsia #B868BF

Tints of Fuchsia #B868BF

Color information

#B868BF (or 0xB868BF) is unknown color: approx Fuchsia. HEX triplet: B8, 68 and BF. RGB value is (184,104,191). Sum of RGB (Red+Green+Blue) = 184+104+191=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #B868BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868BF is #479740. Grayscale: #898989. Windows color (decimal): -4691777 or 12544184. OLE color: 12544184.

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

Color convert

RGB184104191-
CMYK0.040.4600.25
HSL295.17º40.47%57.84%-
HSV(B)295.17º45.55%74.9%-
XYZ34.1223.8552.1-
YUV137.84158160.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 191 (75% from 255) = 39.87%
R=38.41%
G=21.71%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841041910.040.4600.25295.1740.4757.84
HexB868BF42E019127283a
Octal2701502774560314475072
Binary10111000110100010111111100101110011001100100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868BF; }

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

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

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

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

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

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

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

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