Html Css Color HEX #B34CAC Fuchsia

📋 copy color: '#B34CAC'

red 179 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #B34CAC

Tints of Fuchsia #B34CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

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

R = 41.92%
G = 17.8%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B34CAC (or 0xB34CAC) is known color: Fuchsia. HEX triplet: B3, 4C and AC. RGB value is (179,76,172). Sum of RGB (Red+Green+Blue) = 179+76+172=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B34CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34CAC is #4CB353. Grayscale: #757575. Windows color (decimal): -5026644 or 11291827. OLE color: 11291827.

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

Color convert

RGB 179 76 172 -
CMYK 0 0.58 0.04 0.30
HSL 304.08º 0.4% 0.5% -
HSV(B) 304.08º 0.58% 0.7% -
XYZ 28.62 17.73 40.94 -
YUV 117.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 179 76 172 0 0.58 0.04 0.30 304.08 0.4 0.5
Hex B3 4C AC 0 3A 4 1E 130 28 32
Octal 263 114 254 0 72 4 36 460 50 62
Binary 10110011 1001100 10101100 0 111010 100 11110 100110000 101000 110010

Color Harmonies of #B34CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CAC

Black with #B34CAC

Text Example


Text Example

White with #B34CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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