Html Css Color HEX #B356B0 Fuchsia

📋 copy color: '#B356B0'

red 179 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #B356B0

Tints of Fuchsia #B356B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 40.59%
G = 19.5%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B356B0 (or 0xB356B0) is known color: Fuchsia. HEX triplet: B3, 56 and B0. RGB value is (179,86,176). Sum of RGB (Red+Green+Blue) = 179+86+176=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B356B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356B0 is #4CA94F. Grayscale: #7B7B7B. Windows color (decimal): -5024080 or 11556531. OLE color: 11556531.

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

Color convert

RGB 179 86 176 -
CMYK 0 0.52 0.02 0.30
HSL 301.94º 0.38% 0.52% -
HSV(B) 301.94º 0.52% 0.7% -
XYZ 29.75 19.37 43.25 -
YUV 124.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 179 86 176 0 0.52 0.02 0.30 301.94 0.38 0.52
Hex B3 56 B0 0 34 2 1E 12E 26 34
Octal 263 126 260 0 64 2 36 456 46 64
Binary 10110011 1010110 10110000 0 110100 10 11110 100101110 100110 110100

Color Harmonies of #B356B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356B0

Black with #B356B0

Text Example


Text Example

White with #B356B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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