Html Css Color HEX #B359BB Fuchsia

📋 copy color: '#B359BB'

red 179 ◦ green 89 ◦ blue 187

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

Shades of Fuchsia #B359BB

Tints of Fuchsia #B359BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.56%

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

R = 39.34%
G = 19.56%
B = 41.1%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B359BB (or 0xB359BB) is known color: Fuchsia. HEX triplet: B3, 59 and BB. RGB value is (179,89,187). Sum of RGB (Red+Green+Blue) = 179+89+187=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #B359BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359BB is #4CA644. Grayscale: #7E7E7E. Windows color (decimal): -5023301 or 12278195. OLE color: 12278195.

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

Color convert

RGB 179 89 187 -
CMYK 0.04 0.52 0 0.27
HSL 295.1º 0.42% 0.54% -
HSV(B) 295.1º 0.52% 0.73% -
XYZ 31.13 20.32 49.29 -
YUV 127.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 179 89 187 0.04 0.52 0 0.27 295.1 0.42 0.54
Hex B3 59 BB 4 34 0 1B 127 2A 36
Octal 263 131 273 4 64 0 33 447 52 66
Binary 10110011 1011001 10111011 100 110100 0 11011 100100111 101010 110110

Color Harmonies of #B359BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359BB

Black with #B359BB

Text Example


Text Example

White with #B359BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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