#B656AD

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

Shades of Fuchsia #B656AD

Tints of Fuchsia #B656AD

Color information

#B656AD (or 0xB656AD) is unknown color: approx Fuchsia. HEX triplet: B6, 56 and AD. RGB value is (182,86,173). Sum of RGB (Red+Green+Blue) = 182+86+173=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B656AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B656AD is #49A952. Grayscale: #7C7C7C. Windows color (decimal): -4827475 or 11359926. OLE color: 11359926.

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

Color convert

RGB18286173-
CMYK00.530.050.29
HSL305.62º39.67%52.55%-
HSV(B)305.62º52.75%71.37%-
XYZ30.1619.6241.73-
YUV124.62155.3168.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=41.27%
G=19.50%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828617300.530.050.29305.6239.6752.55
HexB656AD03551D1322835
Octal2661262550655354625065
Binary10110110101011010101101011010110111101100110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B656AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B656AD; }

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

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

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

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

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

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

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

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