#B34CB3

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

Shades of Fuchsia #B34CB3

Tints of Fuchsia #B34CB3

Color information

#B34CB3 (or 0xB34CB3) is unknown color: approx Fuchsia. HEX triplet: B3, 4C and B3. RGB value is (179,76,179). Sum of RGB (Red+Green+Blue) = 179+76+179=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B34CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CB3 is #4CB34C. Grayscale: #767676. Windows color (decimal): -5026637 or 11750579. OLE color: 11750579.

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

Color convert

RGB17976179-
CMYK00.5800.30
HSL300º40.39%50%-
HSV(B)300º57.54%70.2%-
XYZ29.3118.0144.58-
YUV118.54162.12171.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 76 (30.08% from 255) = 17.51%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=41.24%
G=17.51%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797617900.5800.3030040.3950
HexB34CB303A01E12c2832
Octal2631142630720364545062
Binary101100111001100101100110111010011110100101100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CB3; }

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

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

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

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

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

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

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

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