Html Css Color HEX #B346AC Fuchsia

📋 copy color: '#B346AC'

red 179 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #B346AC

Tints of Fuchsia #B346AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.63%

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

R = 42.52%
G = 16.63%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B346AC (or 0xB346AC) is known color: Fuchsia. HEX triplet: B3, 46 and AC. RGB value is (179,70,172). Sum of RGB (Red+Green+Blue) = 179+70+172=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B346AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B346AC is #4CB953. Grayscale: #717171. Windows color (decimal): -5028180 or 11290291. OLE color: 11290291.

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

Color convert

RGB 179 70 172 -
CMYK 0 0.61 0.04 0.30
HSL 303.85º 0.44% 0.49% -
HSV(B) 303.85º 0.61% 0.7% -
XYZ 28.23 16.94 40.81 -
YUV 114.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 179 70 172 0 0.61 0.04 0.30 303.85 0.44 0.49
Hex B3 46 AC 0 3D 4 1E 130 2C 31
Octal 263 106 254 0 75 4 36 460 54 61
Binary 10110011 1000110 10101100 0 111101 100 11110 100110000 101100 110001

Color Harmonies of #B346AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346AC

Black with #B346AC

Text Example


Text Example

White with #B346AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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