#B34FBF

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

Shades of Fuchsia #B34FBF

Tints of Fuchsia #B34FBF

Color information

#B34FBF (or 0xB34FBF) is unknown color: approx Fuchsia. HEX triplet: B3, 4F and BF. RGB value is (179,79,191). Sum of RGB (Red+Green+Blue) = 179+79+191=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #B34FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FBF is #4CB040. Grayscale: #797979. Windows color (decimal): -5025857 or 12537779. OLE color: 12537779.

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

Color convert

RGB17979191-
CMYK0.060.5900.25
HSL293.57º46.67%52.94%-
HSV(B)293.57º58.64%74.9%-
XYZ30.7918.9451.32-
YUV121.67167.13168.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 191 (75% from 255) = 42.54%
R=39.87%
G=17.59%
B=42.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179791910.060.5900.25293.5746.6752.94
HexB34FBF63B0191262f35
Octal2631172776730314465765
Binary10110011100111110111111110111011011001100100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FBF; }

 p { color: rgb(179,79,191); }

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

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

 a { background-color: rgb(179,79,191); }

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

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

 span { border-color: rgb(179,79,191); }

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