Html Css Color HEX #B356B2 Fuchsia

📋 copy color: '#B356B2'

red 179 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #B356B2

Tints of Fuchsia #B356B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 40.41%
G = 19.41%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B356B2 (or 0xB356B2) is known color: Fuchsia. HEX triplet: B3, 56 and B2. RGB value is (179,86,178). Sum of RGB (Red+Green+Blue) = 179+86+178=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B356B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356B2 is #4CA94D. Grayscale: #7C7C7C. Windows color (decimal): -5024078 or 11687603. OLE color: 11687603.

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

Color convert

RGB 179 86 178 -
CMYK 0 0.52 0.01 0.30
HSL 300.65º 0.38% 0.52% -
HSV(B) 300.65º 0.52% 0.7% -
XYZ 29.95 19.45 44.3 -
YUV 124.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 179 86 178 0 0.52 0.01 0.30 300.65 0.38 0.52
Hex B3 56 B2 0 34 1 1E 12D 26 34
Octal 263 126 262 0 64 1 36 455 46 64
Binary 10110011 1010110 10110010 0 110100 1 11110 100101101 100110 110100

Color Harmonies of #B356B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356B2

Black with #B356B2

Text Example


Text Example

White with #B356B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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