#B656BD

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

Shades of Fuchsia #B656BD

Tints of Fuchsia #B656BD

Color information

#B656BD (or 0xB656BD) is unknown color: approx Fuchsia. HEX triplet: B6, 56 and BD. RGB value is (182,86,189). Sum of RGB (Red+Green+Blue) = 182+86+189=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #B656BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656BD is #49A942. Grayscale: #7E7E7E. Windows color (decimal): -4827459 or 12408502. OLE color: 12408502.

HSL color Cylindrical-coordinate representation of color #B656BD: hue angle of 295.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B656BD is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18286189-
CMYK0.040.5400.26
HSL295.92º43.83%53.92%-
HSV(B)295.92º54.5%74.12%-
XYZ31.820.2750.38-
YUV126.45163.3167.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=39.82%
G=18.82%
B=41.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182861890.040.5400.26295.9243.8353.92
HexB656BD43601A1282c36
Octal2661262754660324505466
Binary10110110101011010111101100110110011010100101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B656BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B656BD; }

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

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

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

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

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

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

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

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