#B868B9

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

Shades of Fuchsia #B868B9

Tints of Fuchsia #B868B9

Color information

#B868B9 (or 0xB868B9) is unknown color: approx Fuchsia. HEX triplet: B8, 68 and B9. RGB value is (184,104,185). Sum of RGB (Red+Green+Blue) = 184+104+185=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #B868B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868B9 is #479746. Grayscale: #888888. Windows color (decimal): -4691783 or 12150968. OLE color: 12150968.

HSL color Cylindrical-coordinate representation of color #B868B9: hue angle of 299.26º 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 #B868B9 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184104185-
CMYK0.010.4400.27
HSL299.26º36.65%56.67%-
HSV(B)299.26º43.78%72.55%-
XYZ33.4723.5948.69-
YUV137.15155161.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=38.90%
G=21.99%
B=39.11%

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
Decimal1841041850.010.4400.27299.2636.6556.67
HexB868B912C01B12b2539
Octal2701502711540334534571
Binary101110001101000101110011101100011011100101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868B9; }

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

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

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

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

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

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

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

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