#B34BAB

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

Shades of Fuchsia #B34BAB

Tints of Fuchsia #B34BAB

Color information

#B34BAB (or 0xB34BAB) is unknown color: approx Fuchsia. HEX triplet: B3, 4B and AB. RGB value is (179,75,171). Sum of RGB (Red+Green+Blue) = 179+75+171=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BAB is #4CB454. Grayscale: #747474. Windows color (decimal): -5026901 or 11226035. OLE color: 11226035.

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

Color convert

RGB17975171-
CMYK00.580.040.30
HSL304.62º40.94%49.8%-
HSV(B)304.62º58.1%70.2%-
XYZ28.4617.5640.42-
YUV117.04158.46172.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=42.12%
G=17.65%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797517100.580.040.30304.6240.9449.8
HexB34BAB03A41E1312932
Octal2631132530724364615162
Binary10110011100101110101011011101010011110100110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34BAB; }

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

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

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

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

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

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

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

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