#B863B9

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

Shades of Fuchsia #B863B9

Tints of Fuchsia #B863B9

Color information

#B863B9 (or 0xB863B9) is unknown color: approx Fuchsia. HEX triplet: B8, 63 and B9. RGB value is (184,99,185). Sum of RGB (Red+Green+Blue) = 184+99+185=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #B863B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863B9 is #479C46. Grayscale: #858585. Windows color (decimal): -4693063 or 12149688. OLE color: 12149688.

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

Color convert

RGB18499185-
CMYK0.010.4600.27
HSL299.3º38.05%55.69%-
HSV(B)299.3º46.49%72.55%-
XYZ32.9922.6248.53-
YUV134.22156.66163.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=39.32%
G=21.15%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184991850.010.4600.27299.338.0555.69
HexB863B912E01B12b2638
Octal2701432711560334534670
Binary101110001100011101110011101110011011100101011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B863B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B863B9; }

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

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

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

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

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

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

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

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