#B856C1

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

Shades of Fuchsia #B856C1

Tints of Fuchsia #B856C1

Color information

#B856C1 (or 0xB856C1) is unknown color: approx Fuchsia. HEX triplet: B8, 56 and C1. RGB value is (184,86,193). Sum of RGB (Red+Green+Blue) = 184+86+193=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #B856C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856C1 is #47A93E. Grayscale: #7F7F7F. Windows color (decimal): -4696383 or 12670648. OLE color: 12670648.

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

Color convert

RGB18486193-
CMYK0.050.5500.24
HSL294.95º46.32%54.71%-
HSV(B)294.95º55.44%75.69%-
XYZ32.7220.752.72-
YUV127.5164.97168.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=39.74%
G=18.57%
B=41.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184861930.050.5500.24294.9546.3254.71
HexB856C15370181272e37
Octal2701263015670304475667
Binary10111000101011011000001101110111011000100100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B856C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B856C1; }

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

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

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

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

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

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

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

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