#B256B3

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

Shades of Fuchsia #B256B3

Tints of Fuchsia #B256B3

Color information

#B256B3 (or 0xB256B3) is unknown color: approx Fuchsia. HEX triplet: B2, 56 and B3. RGB value is (178,86,179). Sum of RGB (Red+Green+Blue) = 178+86+179=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #B256B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256B3 is #4DA94C. Grayscale: #7B7B7B. Windows color (decimal): -5089613 or 11753138. OLE color: 11753138.

HSL color Cylindrical-coordinate representation of color #B256B3: hue angle of 299.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B256B3 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17886179-
CMYK0.010.5200.30
HSL299.35º37.96%51.96%-
HSV(B)299.35º51.96%70.2%-
XYZ29.8219.3844.82-
YUV124.11158.98166.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=40.18%
G=19.41%
B=40.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178861790.010.5200.30299.3537.9651.96
HexB256B313401E12b2634
Octal2621262631640364534664
Binary101100101010110101100111110100011110100101011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B256B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B256B3; }

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

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

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

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

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

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

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

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