Html Css Color HEX #B34CC2 Fuchsia

📋 copy color: '#B34CC2'

red 179 ◦ green 76 ◦ blue 194

#B34CC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B34CC2

Tints of Fuchsia #B34CC2

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 value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B34CC2 (or 0xB34CC2) is known color: 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

RGB 179 76 194 -
CMYK 0.08 0.61 0 0.24
HSL 292.37º 0.49% 0.53% -
HSV(B) 292.37º 0.61% 0.76% -
XYZ 30.91 18.65 53.01 -
YUV 120.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 179 76 194 0.08 0.61 0 0.24 292.37 0.49 0.53
Hex B3 4C C2 8 3D 0 18 124 31 35
Octal 263 114 302 10 75 0 30 444 61 65
Binary 10110011 1001100 11000010 1000 111101 0 11000 100100100 110001 110101

Color Harmonies of #B34CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CC2

Black with #B34CC2

Text Example


Text Example

White with #B34CC2

Text Example


Text Example

HTML Codes & Css Web 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>