#B34BAA

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

Shades of Fuchsia #B34BAA

Tints of Fuchsia #B34BAA

Color information

#B34BAA (or 0xB34BAA) is unknown color: approx Fuchsia. HEX triplet: B3, 4B and AA. RGB value is (179,75,170). Sum of RGB (Red+Green+Blue) = 179+75+170=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BAA is #4CB455. Grayscale: #747474. Windows color (decimal): -5026902 or 11160499. OLE color: 11160499.

HSL color Cylindrical-coordinate representation of color #B34BAA: hue angle of 305.19º 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 #B34BAA is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17975170-
CMYK00.580.050.30
HSL305.19º40.94%49.8%-
HSV(B)305.19º58.1%70.2%-
XYZ28.3617.5239.92-
YUV116.93157.96172.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=42.22%
G=17.69%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797517000.580.050.30305.1940.9449.8
HexB34BAA03A51E1312932
Octal2631132520725364615162
Binary10110011100101110101010011101010111110100110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34BAA; }

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

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

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

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

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

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

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

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