#B34EB0

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

Shades of Fuchsia #B34EB0

Tints of Fuchsia #B34EB0

Color information

#B34EB0 (or 0xB34EB0) is unknown color: approx Fuchsia. HEX triplet: B3, 4E and B0. RGB value is (179,78,176). Sum of RGB (Red+Green+Blue) = 179+78+176=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B34EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34EB0 is #4CB14F. Grayscale: #777777. Windows color (decimal): -5026128 or 11554483. OLE color: 11554483.

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

Color convert

RGB17978176-
CMYK00.560.020.30
HSL301.78º39.92%50.39%-
HSV(B)301.78º56.42%70.2%-
XYZ29.1518.1743.04-
YUV119.37159.96170.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=41.34%
G=18.01%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797817600.560.020.30301.7839.9250.39
HexB34EB003821E12e2832
Octal2631162600702364565062
Binary1011001110011101011000001110001011110100101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34EB0; }

 p { color: rgb(179,78,176); }

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

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

 a { background-color: rgb(179,78,176); }

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

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

 span { border-color: rgb(179,78,176); }

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