#b34bb3

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

Shades of Fuchsia #B34BB3

Tints of Fuchsia #B34BB3

Color information

#B34BB3 (or 0xB34BB3) is unknown color: approx Fuchsia. HEX triplet: B3, 4B and B3. RGB value is (179,75,179). Sum of RGB (Red+Green+Blue) = 179+75+179=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B34BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BB3 is #4CB44C. Grayscale: #757575. Windows color (decimal): -5026893 or 11750323. OLE color: 11750323.

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

Color convert

RGB17975179-
CMYK00.5800.30
HSL300º40.94%49.8%-
HSV(B)300º58.1%70.2%-
XYZ29.2417.8744.56-
YUV117.95162.46171.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=41.34%
G=17.32%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797517900.5800.3030040.9449.8
HexB34BB303A01E12c2932
Octal2631132630720364545162
Binary101100111001011101100110111010011110100101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34bb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34bb3; }

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

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

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

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

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

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

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

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