#B856BA

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

Shades of Fuchsia #B856BA

Tints of Fuchsia #B856BA

Color information

#B856BA (or 0xB856BA) is unknown color: approx Fuchsia. HEX triplet: B8, 56 and BA. RGB value is (184,86,186). Sum of RGB (Red+Green+Blue) = 184+86+186=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B856BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856BA is #47A945. Grayscale: #7E7E7E. Windows color (decimal): -4696390 or 12211896. OLE color: 12211896.

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

Color convert

RGB18486186-
CMYK0.010.5400.27
HSL298.8º42.02%53.33%-
HSV(B)298.8º53.76%72.94%-
XYZ31.9620.3948.71-
YUV126.7161.47168.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=40.35%
G=18.86%
B=40.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184861860.010.5400.27298.842.0253.33
HexB856BA13601B12b2a35
Octal2701262721660334535265
Binary101110001010110101110101110110011011100101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B856BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B856BA; }

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

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

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

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

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

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

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

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