Html Css Color HEX #B356BB Fuchsia

📋 copy color: '#B356BB'

red 179 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #B356BB

Tints of Fuchsia #B356BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 39.6%
G = 19.03%
B = 41.37%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B356BB (or 0xB356BB) is known color: Fuchsia. HEX triplet: B3, 56 and BB. RGB value is (179,86,187). Sum of RGB (Red+Green+Blue) = 179+86+187=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #B356BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356BB is #4CA944. Grayscale: #7D7D7D. Windows color (decimal): -5024069 or 12277427. OLE color: 12277427.

HSL color Cylindrical-coordinate representation of color #B356BB: hue angle of 295.25º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B356BB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 86 187 -
CMYK 0.04 0.54 0 0.27
HSL 295.25º 0.43% 0.54% -
HSV(B) 295.25º 0.54% 0.73% -
XYZ 30.89 19.83 49.21 -
YUV 125.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 179 86 187 0.04 0.54 0 0.27 295.25 0.43 0.54
Hex B3 56 BB 4 36 0 1B 127 2B 36
Octal 263 126 273 4 66 0 33 447 53 66
Binary 10110011 1010110 10111011 100 110110 0 11011 100100111 101011 110110

Color Harmonies of #B356BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356BB

Black with #B356BB

Text Example


Text Example

White with #B356BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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