Html Css Color HEX #B359B3 Fuchsia

📋 copy color: '#B359B3'

red 179 ◦ green 89 ◦ blue 179

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

Shades of Fuchsia #B359B3

Tints of Fuchsia #B359B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.04%

R = 40.04%
G = 19.91%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B359B3 (or 0xB359B3) is known color: Fuchsia. HEX triplet: B3, 59 and B3. RGB value is (179,89,179). Sum of RGB (Red+Green+Blue) = 179+89+179=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B359B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359B3 is #4CA64C. Grayscale: #7D7D7D. Windows color (decimal): -5023309 or 11753907. OLE color: 11753907.

HSL color Cylindrical-coordinate representation of color #B359B3: hue angle of 300º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B359B3 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 179 -
CMYK 0 0.50 0 0.30
HSL 300º 0.37% 0.53% -
HSV(B) 300º 0.5% 0.7% -
XYZ 30.3 19.98 44.91 -
YUV 126.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 179 89 179 0 0.50 0 0.30 300 0.37 0.53
Hex B3 59 B3 0 32 0 1E 12C 25 35
Octal 263 131 263 0 62 0 36 454 45 65
Binary 10110011 1011001 10110011 0 110010 0 11110 100101100 100101 110101

Color Harmonies of #B359B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359B3

Black with #B359B3

Text Example


Text Example

White with #B359B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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