#B856C3

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

Shades of Fuchsia #B856C3

Tints of Fuchsia #B856C3

Color information

#B856C3 (or 0xB856C3) is unknown color: approx Fuchsia. HEX triplet: B8, 56 and C3. RGB value is (184,86,195). Sum of RGB (Red+Green+Blue) = 184+86+195=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #B856C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856C3 is #47A93C. Grayscale: #7F7F7F. Windows color (decimal): -4696381 or 12801720. OLE color: 12801720.

HSL color Cylindrical-coordinate representation of color #B856C3: hue angle of 293.94º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B856C3 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18486195-
CMYK0.060.5600.24
HSL293.94º47.6%55.1%-
HSV(B)293.94º55.9%76.47%-
XYZ32.9520.7953.91-
YUV127.73165.97168.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=39.57%
G=18.49%
B=41.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184861950.060.5600.24293.9447.655.1
HexB856C36380181263037
Octal2701263036700304466067
Binary10111000101011011000011110111000011000100100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B856C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B856C3; }

 p { color: rgb(184,86,195); }

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

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

 a { background-color: rgb(184,86,195); }

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

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

 span { border-color: rgb(184,86,195); }

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