#B655BB

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

Shades of Fuchsia #B655BB

Tints of Fuchsia #B655BB

Color information

#B655BB (or 0xB655BB) is unknown color: approx Fuchsia. HEX triplet: B6, 55 and BB. RGB value is (182,85,187). Sum of RGB (Red+Green+Blue) = 182+85+187=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B655BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655BB is #49AA44. Grayscale: #7D7D7D. Windows color (decimal): -4827717 or 12277174. OLE color: 12277174.

HSL color Cylindrical-coordinate representation of color #B655BB: hue angle of 297.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B655BB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18285187-
CMYK0.030.5500.27
HSL297.06º42.86%53.33%-
HSV(B)297.06º54.55%73.33%-
XYZ31.5120.0349.22-
YUV125.63162.64168.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 85 (33.59% from 255) = 18.72%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=40.09%
G=18.72%
B=41.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182851870.030.5500.27297.0642.8653.33
HexB655BB33701B1292b35
Octal2661252733670334515365
Binary1011011010101011011101111110111011011100101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655BB; }

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

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

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

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

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

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

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

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