Html Css Color HEX #B343AC Fuchsia

📋 copy color: '#B343AC'

red 179 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #B343AC

Tints of Fuchsia #B343AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.03%

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

R = 42.82%
G = 16.03%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B343AC (or 0xB343AC) is known color: Fuchsia. HEX triplet: B3, 43 and AC. RGB value is (179,67,172). Sum of RGB (Red+Green+Blue) = 179+67+172=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B343AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343AC is #4CBC53. Grayscale: #707070. Windows color (decimal): -5028948 or 11289523. OLE color: 11289523.

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

Color convert

RGB 179 67 172 -
CMYK 0 0.63 0.04 0.30
HSL 303.75º 0.46% 0.48% -
HSV(B) 303.75º 0.63% 0.7% -
XYZ 28.04 16.58 40.75 -
YUV 112.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 179 67 172 0 0.63 0.04 0.30 303.75 0.46 0.48
Hex B3 43 AC 0 3F 4 1E 130 2E 30
Octal 263 103 254 0 77 4 36 460 56 60
Binary 10110011 1000011 10101100 0 111111 100 11110 100110000 101110 110000

Color Harmonies of #B343AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343AC

Black with #B343AC

Text Example


Text Example

White with #B343AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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