#B655B6

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

Shades of Fuchsia #B655B6

Tints of Fuchsia #B655B6

Color information

#B655B6 (or 0xB655B6) is unknown color: approx Fuchsia. HEX triplet: B6, 55 and B6. RGB value is (182,85,182). Sum of RGB (Red+Green+Blue) = 182+85+182=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B655B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655B6 is #49AA49. Grayscale: #7C7C7C. Windows color (decimal): -4827722 or 11949494. OLE color: 11949494.

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

Color convert

RGB18285182-
CMYK00.5300.29
HSL300º39.92%52.35%-
HSV(B)300º53.3%71.37%-
XYZ30.9819.8246.45-
YUV125.06160.14168.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=40.53%
G=18.93%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828518200.5300.2930039.9252.35
HexB655B603501D12c2834
Octal2661252660650354545064
Binary101101101010101101101100110101011101100101100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655B6; }

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

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

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

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

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

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

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

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