Html Css Color HEX #B34AC2 Fuchsia

📋 copy color: '#B34AC2'

red 179 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #B34AC2

Tints of Fuchsia #B34AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.55%

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

R = 40.04%
G = 16.55%
B = 43.4%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B34AC2 (or 0xB34AC2) is known color: Fuchsia. HEX triplet: B3, 4A and C2. RGB value is (179,74,194). Sum of RGB (Red+Green+Blue) = 179+74+194=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #B34AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34AC2 is #4CB53D. Grayscale: #767676. Windows color (decimal): -5027134 or 12733107. OLE color: 12733107.

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

Color convert

RGB 179 74 194 -
CMYK 0.08 0.62 0 0.24
HSL 292.5º 0.5% 0.53% -
HSV(B) 292.5º 0.62% 0.76% -
XYZ 30.78 18.38 52.96 -
YUV 119.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 179 74 194 0.08 0.62 0 0.24 292.5 0.5 0.53
Hex B3 4A C2 8 3E 0 18 124 32 35
Octal 263 112 302 10 76 0 30 444 62 65
Binary 10110011 1001010 11000010 1000 111110 0 11000 100100100 110010 110101

Color Harmonies of #B34AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34AC2

Black with #B34AC2

Text Example


Text Example

White with #B34AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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