#B655BE

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

Shades of Fuchsia #B655BE

Tints of Fuchsia #B655BE

Color information

#B655BE (or 0xB655BE) is unknown color: approx Fuchsia. HEX triplet: B6, 55 and BE. RGB value is (182,85,190). Sum of RGB (Red+Green+Blue) = 182+85+190=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #B655BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655BE is #49AA41. Grayscale: #7D7D7D. Windows color (decimal): -4827714 or 12473782. OLE color: 12473782.

HSL color Cylindrical-coordinate representation of color #B655BE: hue angle of 295.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B655BE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18285190-
CMYK0.040.5500.25
HSL295.43º44.68%53.92%-
HSV(B)295.43º55.26%74.51%-
XYZ31.8320.1650.93-
YUV125.97164.14167.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=39.82%
G=18.60%
B=41.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182851900.040.5500.25295.4344.6853.92
HexB655BE4370191272d36
Octal2661252764670314475566
Binary10110110101010110111110100110111011001100100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655BE; }

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

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

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

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

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

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

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

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