Html Css Color HEX #B342AC Fuchsia

📋 copy color: '#B342AC'

red 179 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #B342AC

Tints of Fuchsia #B342AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.83%

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

R = 42.93%
G = 15.83%
B = 41.25%

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

#B342AC (or 0xB342AC) is known color: Fuchsia. HEX triplet: B3, 42 and AC. RGB value is (179,66,172). Sum of RGB (Red+Green+Blue) = 179+66+172=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B342AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342AC is #4CBD53. Grayscale: #6F6F6F. Windows color (decimal): -5029204 or 11289267. OLE color: 11289267.

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

Color convert

RGB 179 66 172 -
CMYK 0 0.63 0.04 0.30
HSL 303.72º 0.46% 0.48% -
HSV(B) 303.72º 0.63% 0.7% -
XYZ 27.99 16.46 40.73 -
YUV 111.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 179 66 172 0 0.63 0.04 0.30 303.72 0.46 0.48
Hex B3 42 AC 0 3F 4 1E 130 2E 30
Octal 263 102 254 0 77 4 36 460 56 60
Binary 10110011 1000010 10101100 0 111111 100 11110 100110000 101110 110000

Color Harmonies of #B342AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342AC

Black with #B342AC

Text Example


Text Example

White with #B342AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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