#B34FBE

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

Shades of Fuchsia #B34FBE

Tints of Fuchsia #B34FBE

Color information

#B34FBE (or 0xB34FBE) is unknown color: approx Fuchsia. HEX triplet: B3, 4F and BE. RGB value is (179,79,190). Sum of RGB (Red+Green+Blue) = 179+79+190=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #B34FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FBE is #4CB041. Grayscale: #797979. Windows color (decimal): -5025858 or 12472243. OLE color: 12472243.

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

Color convert

RGB17979190-
CMYK0.060.5800.25
HSL294.05º46.06%52.75%-
HSV(B)294.05º58.42%74.51%-
XYZ30.6818.8950.74-
YUV121.55166.63168.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 79 (31.25% from 255) = 17.63%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=39.96%
G=17.63%
B=42.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179791900.060.5800.25294.0546.0652.75
HexB34FBE63A0191262e35
Octal2631172766720314465665
Binary10110011100111110111110110111010011001100100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FBE; }

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

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

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

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

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

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

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

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