#B374B6

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

Shades of Fuchsia #B374B6

Tints of Fuchsia #B374B6

Color information

#B374B6 (or 0xB374B6) is unknown color: approx Fuchsia. HEX triplet: B3, 74 and B6. RGB value is (179,116,182). Sum of RGB (Red+Green+Blue) = 179+116+182=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #B374B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374B6 is #4C8B49. Grayscale: #8E8E8E. Windows color (decimal): -5016394 or 11957427. OLE color: 11957427.

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

Color convert

RGB179116182-
CMYK0.020.3600.29
HSL297.27º31.13%58.43%-
HSV(B)297.27º36.26%71.37%-
XYZ33.2825.4547.41-
YUV142.36150.37154.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=37.53%
G=24.32%
B=38.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791161820.020.3600.29297.2731.1358.43
HexB374B622401D1291f3a
Octal2631642662440354513772
Binary101100111110100101101101010010001110110010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B374B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B374B6; }

 p { color: rgb(179,116,182); }

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

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

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

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

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

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

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