Html Css Color HEX #B34DAC Fuchsia

📋 copy color: '#B34DAC'

red 179 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #B34DAC

Tints of Fuchsia #B34DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 41.82%
G = 17.99%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B34DAC (or 0xB34DAC) is known color: Fuchsia. HEX triplet: B3, 4D and AC. RGB value is (179,77,172). Sum of RGB (Red+Green+Blue) = 179+77+172=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B34DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34DAC is #4CB253. Grayscale: #767676. Windows color (decimal): -5026388 or 11292083. OLE color: 11292083.

HSL color Cylindrical-coordinate representation of color #B34DAC: hue angle of 304.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34DAC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 77 172 -
CMYK 0 0.57 0.04 0.30
HSL 304.12º 0.4% 0.5% -
HSV(B) 304.12º 0.57% 0.7% -
XYZ 28.69 17.87 40.97 -
YUV 118.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 179 77 172 0 0.57 0.04 0.30 304.12 0.4 0.5
Hex B3 4D AC 0 39 4 1E 130 28 32
Octal 263 115 254 0 71 4 36 460 50 62
Binary 10110011 1001101 10101100 0 111001 100 11110 100110000 101000 110010

Color Harmonies of #B34DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DAC

Black with #B34DAC

Text Example


Text Example

White with #B34DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DAC; }

 p { color: rgb(179,77,172); }

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

background-color css

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

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

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

border-color css

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

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

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