#B655A9

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

Shades of Fuchsia #B655A9

Tints of Fuchsia #B655A9

Color information

#B655A9 (or 0xB655A9) is unknown color: approx Fuchsia. HEX triplet: B6, 55 and A9. RGB value is (182,85,169). Sum of RGB (Red+Green+Blue) = 182+85+169=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B655A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655A9 is #49AA56. Grayscale: #7B7B7B. Windows color (decimal): -4827735 or 11097526. OLE color: 11097526.

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

Color convert

RGB18285169-
CMYK00.530.070.29
HSL308.04º39.92%52.35%-
HSV(B)308.04º53.3%71.37%-
XYZ29.719.3139.7-
YUV123.58153.64169.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=41.74%
G=19.50%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828516900.530.070.29308.0439.9252.35
HexB655A903571D1342834
Octal2661252510657354645064
Binary10110110101010110101001011010111111101100110100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655A9; }

 p { color: rgb(182,85,169); }

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

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

 a { background-color: rgb(182,85,169); }

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

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

 span { border-color: rgb(182,85,169); }

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