Html Css Color HEX #B34EC2 Fuchsia

📋 copy color: '#B34EC2'

red 179 ◦ green 78 ◦ blue 194

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

Shades of Fuchsia #B34EC2

Tints of Fuchsia #B34EC2

RGB

 RED value IS 179 (70.31% from 255) = 39.69%

 GREEN value IS 78 (30.86% from 255) = 17.29%

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 39.69%
G = 17.29%
B = 43.02%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B34EC2 (or 0xB34EC2) is known color: Fuchsia. HEX triplet: B3, 4E and C2. RGB value is (179,78,194). Sum of RGB (Red+Green+Blue) = 179+78+194=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #B34EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EC2 is #4CB13D. Grayscale: #797979. Windows color (decimal): -5026110 or 12734131. OLE color: 12734131.

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

Color convert

RGB 179 78 194 -
CMYK 0.08 0.60 0 0.24
HSL 292.24º 0.49% 0.53% -
HSV(B) 292.24º 0.6% 0.76% -
XYZ 31.05 18.93 53.06 -
YUV 121.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 179 78 194 0.08 0.60 0 0.24 292.24 0.49 0.53
Hex B3 4E C2 8 3C 0 18 124 31 35
Octal 263 116 302 10 74 0 30 444 61 65
Binary 10110011 1001110 11000010 1000 111100 0 11000 100100100 110001 110101

Color Harmonies of #B34EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EC2

Black with #B34EC2

Text Example


Text Example

White with #B34EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EC2; }

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

 H1.HeaderClassName
 {
   color: #B34EC2;
 }
 .AnyTagClassName
 {
   color: #B34EC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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