#B671BE

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

Shades of Fuchsia #B671BE

Tints of Fuchsia #B671BE

Color information

#B671BE (or 0xB671BE) is unknown color: approx Fuchsia. HEX triplet: B6, 71 and BE. RGB value is (182,113,190). Sum of RGB (Red+Green+Blue) = 182+113+190=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B671BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671BE is #498E41. Grayscale: #8E8E8E. Windows color (decimal): -4820546 or 12480950. OLE color: 12480950.

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

Color convert

RGB182113190-
CMYK0.040.4100.25
HSL293.77º37.2%59.41%-
HSV(B)293.77º40.53%74.51%-
XYZ34.4925.4751.81-
YUV142.41154.86156.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=37.53%
G=23.30%
B=39.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821131900.040.4100.25293.7737.259.41
HexB671BE429019126253b
Octal2661612764510314464573
Binary10110110111000110111110100101001011001100100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671BE; }

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

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

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

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

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

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

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

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