#B34BA9

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

Shades of Fuchsia #B34BA9

Tints of Fuchsia #B34BA9

Color information

#B34BA9 (or 0xB34BA9) is unknown color: approx Fuchsia. HEX triplet: B3, 4B and A9. RGB value is (179,75,169). Sum of RGB (Red+Green+Blue) = 179+75+169=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BA9 is #4CB456. Grayscale: #747474. Windows color (decimal): -5026903 or 11094963. OLE color: 11094963.

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

Color convert

RGB17975169-
CMYK00.580.060.30
HSL305.77º40.94%49.8%-
HSV(B)305.77º58.1%70.2%-
XYZ28.2717.4839.42-
YUV116.81157.46172.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=42.32%
G=17.73%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797516900.580.060.30305.7740.9449.8
HexB34BA903A61E1322932
Octal2631132510726364625162
Binary10110011100101110101001011101011011110100110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34BA9; }

 p { color: rgb(179,75,169); }

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

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

 a { background-color: rgb(179,75,169); }

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

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

 span { border-color: rgb(179,75,169); }

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