Html Css Color HEX #B356AC Fuchsia

📋 copy color: '#B356AC'

red 179 ◦ green 86 ◦ blue 172

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

Shades of Fuchsia #B356AC

Tints of Fuchsia #B356AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

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

R = 40.96%
G = 19.68%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B356AC (or 0xB356AC) is known color: Fuchsia. HEX triplet: B3, 56 and AC. RGB value is (179,86,172). Sum of RGB (Red+Green+Blue) = 179+86+172=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B356AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356AC is #4CA953. Grayscale: #7B7B7B. Windows color (decimal): -5024084 or 11294387. OLE color: 11294387.

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

Color convert

RGB 179 86 172 -
CMYK 0 0.52 0.04 0.30
HSL 304.52º 0.38% 0.52% -
HSV(B) 304.52º 0.52% 0.7% -
XYZ 29.36 19.22 41.19 -
YUV 123.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 179 86 172 0 0.52 0.04 0.30 304.52 0.38 0.52
Hex B3 56 AC 0 34 4 1E 131 26 34
Octal 263 126 254 0 64 4 36 461 46 64
Binary 10110011 1010110 10101100 0 110100 100 11110 100110001 100110 110100

Color Harmonies of #B356AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356AC

Black with #B356AC

Text Example


Text Example

White with #B356AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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