#B34FB1

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

Shades of Fuchsia #B34FB1

Tints of Fuchsia #B34FB1

Color information

#B34FB1 (or 0xB34FB1) is unknown color: approx Fuchsia. HEX triplet: B3, 4F and B1. RGB value is (179,79,177). Sum of RGB (Red+Green+Blue) = 179+79+177=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B34FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34FB1 is #4CB04E. Grayscale: #777777. Windows color (decimal): -5025871 or 11620275. OLE color: 11620275.

HSL color Cylindrical-coordinate representation of color #B34FB1: hue angle of 301.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34FB1 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17979177-
CMYK00.560.010.30
HSL301.2º39.68%50.59%-
HSV(B)301.2º55.87%70.2%-
XYZ29.3218.3543.59-
YUV120.07160.13170.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=41.15%
G=18.16%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797917700.560.010.30301.239.6850.59
HexB34FB103811E12d2833
Octal2631172610701364555063
Binary101100111001111101100010111000111110100101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FB1; }

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

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

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

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

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

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

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

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