#B34AAB

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

Shades of Fuchsia #B34AAB

Tints of Fuchsia #B34AAB

Color information

#B34AAB (or 0xB34AAB) is unknown color: approx Fuchsia. HEX triplet: B3, 4A and AB. RGB value is (179,74,171). Sum of RGB (Red+Green+Blue) = 179+74+171=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B34AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34AAB is #4CB554. Grayscale: #747474. Windows color (decimal): -5027157 or 11225779. OLE color: 11225779.

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

Color convert

RGB17974171-
CMYK00.590.040.30
HSL304.57º41.5%49.61%-
HSV(B)304.57º58.66%70.2%-
XYZ28.3917.4240.39-
YUV116.45158.79172.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=42.22%
G=17.45%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797417100.590.040.30304.5741.549.61
HexB34AAB03B41E1312a32
Octal2631122530734364615262
Binary10110011100101010101011011101110011110100110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34AAB; }

 p { color: rgb(179,74,171); }

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

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

 a { background-color: rgb(179,74,171); }

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

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

 span { border-color: rgb(179,74,171); }

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