#B256BA

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

Shades of Fuchsia #B256BA

Tints of Fuchsia #B256BA

Color information

#B256BA (or 0xB256BA) is unknown color: approx Fuchsia. HEX triplet: B2, 56 and BA. RGB value is (178,86,186). Sum of RGB (Red+Green+Blue) = 178+86+186=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #B256BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256BA is #4DA945. Grayscale: #7C7C7C. Windows color (decimal): -5089606 or 12211890. OLE color: 12211890.

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

Color convert

RGB17886186-
CMYK0.040.5400.27
HSL295.2º42.02%53.33%-
HSV(B)295.2º53.76%72.94%-
XYZ30.5519.6748.64-
YUV124.91162.48165.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=39.56%
G=19.11%
B=41.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178861860.040.5400.27295.242.0253.33
HexB256BA43601B1272a35
Octal2621262724660334475265
Binary10110010101011010111010100110110011011100100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B256BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B256BA; }

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

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

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

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

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

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

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

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