#B655AE

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

Shades of Fuchsia #B655AE

Tints of Fuchsia #B655AE

Color information

#B655AE (or 0xB655AE) is unknown color: approx Fuchsia. HEX triplet: B6, 55 and AE. RGB value is (182,85,174). Sum of RGB (Red+Green+Blue) = 182+85+174=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B655AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655AE is #49AA51. Grayscale: #7B7B7B. Windows color (decimal): -4827730 or 11425206. OLE color: 11425206.

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

Color convert

RGB18285174-
CMYK00.530.040.29
HSL304.95º39.92%52.35%-
HSV(B)304.95º53.3%71.37%-
XYZ30.1819.542.22-
YUV124.15156.14169.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=41.27%
G=19.27%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828517400.530.040.29304.9539.9252.35
HexB655AE03541D1312834
Octal2661252560654354615064
Binary10110110101010110101110011010110011101100110001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655AE; }

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

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

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

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

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

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

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

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