#B34CB2

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

Shades of Fuchsia #B34CB2

Tints of Fuchsia #B34CB2

Color information

#B34CB2 (or 0xB34CB2) is unknown color: approx Fuchsia. HEX triplet: B3, 4C and B2. RGB value is (179,76,178). Sum of RGB (Red+Green+Blue) = 179+76+178=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B34CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34CB2 is #4CB34D. Grayscale: #767676. Windows color (decimal): -5026638 or 11685043. OLE color: 11685043.

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

Color convert

RGB17976178-
CMYK00.580.010.30
HSL300.58º40.39%50%-
HSV(B)300.58º57.54%70.2%-
XYZ29.2117.9744.05-
YUV118.42161.62171.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 76 (30.08% from 255) = 17.55%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=41.34%
G=17.55%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797617800.580.010.30300.5840.3950
HexB34CB203A11E12d2832
Octal2631142620721364555062
Binary101100111001100101100100111010111110100101101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CB2; }

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

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

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

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

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

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

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

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