#B671B6

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

Shades of Fuchsia #B671B6

Tints of Fuchsia #B671B6

Color information

#B671B6 (or 0xB671B6) is unknown color: approx Fuchsia. HEX triplet: B6, 71 and B6. RGB value is (182,113,182). Sum of RGB (Red+Green+Blue) = 182+113+182=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B671B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671B6 is #498E49. Grayscale: #8D8D8D. Windows color (decimal): -4820554 or 11956662. OLE color: 11956662.

HSL color Cylindrical-coordinate representation of color #B671B6: hue angle of 300º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B671B6 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB182113182-
CMYK00.3800.29
HSL300º32.09%57.84%-
HSV(B)300º37.91%71.37%-
XYZ33.6425.1347.33-
YUV141.5150.86156.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=38.16%
G=23.69%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211318200.3800.2930032.0957.84
HexB671B602601D12c203a
Octal2661612660460354544072
Binary101101101110001101101100100110011101100101100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671B6; }

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

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

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

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

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

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

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

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