#B34DB4

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

Shades of Fuchsia #B34DB4

Tints of Fuchsia #B34DB4

Color information

#B34DB4 (or 0xB34DB4) is unknown color: approx Fuchsia. HEX triplet: B3, 4D and B4. RGB value is (179,77,180). Sum of RGB (Red+Green+Blue) = 179+77+180=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #B34DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DB4 is #4CB24B. Grayscale: #767676. Windows color (decimal): -5026380 or 11816371. OLE color: 11816371.

HSL color Cylindrical-coordinate representation of color #B34DB4: hue angle of 299.42º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34DB4 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17977180-
CMYK0.010.5700.29
HSL299.42º40.71%50.39%-
HSV(B)299.42º57.22%70.59%-
XYZ29.4818.1945.14-
YUV119.24162.29170.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 77 (30.47% from 255) = 17.66%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=41.06%
G=17.66%
B=41.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179771800.010.5700.29299.4240.7150.39
HexB34DB413901D12b2932
Octal2631152641710354535162
Binary101100111001101101101001111001011101100101011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DB4; }

 p { color: rgb(179,77,180); }

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

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

 a { background-color: rgb(179,77,180); }

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

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

 span { border-color: rgb(179,77,180); }

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