#B656B3

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

Shades of Fuchsia #B656B3

Tints of Fuchsia #B656B3

Color information

#B656B3 (or 0xB656B3) is unknown color: approx Fuchsia. HEX triplet: B6, 56 and B3. RGB value is (182,86,179). Sum of RGB (Red+Green+Blue) = 182+86+179=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B656B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656B3 is #49A94C. Grayscale: #7D7D7D. Windows color (decimal): -4827469 or 11753142. OLE color: 11753142.

HSL color Cylindrical-coordinate representation of color #B656B3: hue angle of 301.88º 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 #B656B3 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18286179-
CMYK00.530.020.29
HSL301.88º39.67%52.55%-
HSV(B)301.88º52.75%71.37%-
XYZ30.7619.8644.86-
YUV125.31158.3168.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 179 (70.31% from 255) = 40.04%
R=40.72%
G=19.24%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828617900.530.020.29301.8839.6752.55
HexB656B303521D12e2835
Octal2661262630652354565065
Binary1011011010101101011001101101011011101100101110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B656B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B656B3; }

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

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

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

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

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

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

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

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