#B656B4

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

Shades of Fuchsia #B656B4

Tints of Fuchsia #B656B4

Color information

#B656B4 (or 0xB656B4) is unknown color: approx Fuchsia. HEX triplet: B6, 56 and B4. RGB value is (182,86,180). Sum of RGB (Red+Green+Blue) = 182+86+180=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B656B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656B4 is #49A94B. Grayscale: #7D7D7D. Windows color (decimal): -4827468 or 11818678. OLE color: 11818678.

HSL color Cylindrical-coordinate representation of color #B656B4: hue angle of 301.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B656B4 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18286180-
CMYK00.530.010.29
HSL301.25º39.67%52.55%-
HSV(B)301.25º52.75%71.37%-
XYZ30.8619.945.39-
YUV125.42158.8168.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=40.62%
G=19.20%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828618000.530.010.29301.2539.6752.55
HexB656B403511D12d2835
Octal2661262640651354555065
Binary101101101010110101101000110101111101100101101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B656B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B656B4; }

 p { color: rgb(182,86,180); }

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

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

 a { background-color: rgb(182,86,180); }

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

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

 span { border-color: rgb(182,86,180); }

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