#B34CC2

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

Shades of Fuchsia #B34CC2

Tints of Fuchsia #B34CC2

Color information

#B34CC2 (or 0xB34CC2) is unknown color: approx Fuchsia. HEX triplet: B3, 4C and C2. RGB value is (179,76,194). Sum of RGB (Red+Green+Blue) = 179+76+194=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #B34CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CC2 is #4CB33D. Grayscale: #777777. Windows color (decimal): -5026622 or 12733619. OLE color: 12733619.

HSL color Cylindrical-coordinate representation of color #B34CC2: hue angle of 292.37º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34CC2 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17976194-
CMYK0.080.6100.24
HSL292.37º49.17%52.94%-
HSV(B)292.37º60.82%76.08%-
XYZ30.9118.6553.01-
YUV120.25169.62169.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 76 (30.08% from 255) = 16.93%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=39.87%
G=16.93%
B=43.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179761940.080.6100.24292.3749.1752.94
HexB34CC283D0181243135
Octal26311430210750304446165
Binary101100111001100110000101000111101011000100100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CC2; }

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

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

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

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

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

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

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

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