#b657b4

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

Shades of Fuchsia #B657B4

Tints of Fuchsia #B657B4

Color information

#B657B4 (or 0xB657B4) is unknown color: approx Fuchsia. HEX triplet: B6, 57 and B4. RGB value is (182,87,180). Sum of RGB (Red+Green+Blue) = 182+87+180=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B657B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657B4 is #49A84B. Grayscale: #7D7D7D. Windows color (decimal): -4827212 or 11818934. OLE color: 11818934.

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

Color convert

RGB18287180-
CMYK00.520.010.29
HSL301.26º39.42%52.75%-
HSV(B)301.26º52.2%71.37%-
XYZ30.9420.0645.42-
YUV126.01158.47167.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=40.53%
G=19.38%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828718000.520.010.29301.2639.4252.75
HexB657B403411D12d2735
Octal2661272640641354554765
Binary101101101010111101101000110100111101100101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b657b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b657b4; }

 p { color: rgb(182,87,180); }

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

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

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

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

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

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

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