Html Css Color HEX #B344AC Fuchsia

📋 copy color: '#B344AC'

red 179 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #B344AC

Tints of Fuchsia #B344AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

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

R = 42.72%
G = 16.23%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B344AC (or 0xB344AC) is known color: Fuchsia. HEX triplet: B3, 44 and AC. RGB value is (179,68,172). Sum of RGB (Red+Green+Blue) = 179+68+172=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B344AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B344AC is #4CBB53. Grayscale: #707070. Windows color (decimal): -5028692 or 11289779. OLE color: 11289779.

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

Color convert

RGB 179 68 172 -
CMYK 0 0.62 0.04 0.30
HSL 303.78º 0.45% 0.48% -
HSV(B) 303.78º 0.62% 0.7% -
XYZ 28.1 16.7 40.77 -
YUV 113.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 179 68 172 0 0.62 0.04 0.30 303.78 0.45 0.48
Hex B3 44 AC 0 3E 4 1E 130 2D 30
Octal 263 104 254 0 76 4 36 460 55 60
Binary 10110011 1000100 10101100 0 111110 100 11110 100110000 101101 110000

Color Harmonies of #B344AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344AC

Black with #B344AC

Text Example


Text Example

White with #B344AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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