Html Css Color HEX #B359B2 Fuchsia

📋 copy color: '#B359B2'

red 179 ◦ green 89 ◦ blue 178

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

Shades of Fuchsia #B359B2

Tints of Fuchsia #B359B2

RGB

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

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

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

R = 40.13%
G = 19.96%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B359B2 (or 0xB359B2) is known color: Fuchsia. HEX triplet: B3, 59 and B2. RGB value is (179,89,178). Sum of RGB (Red+Green+Blue) = 179+89+178=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B359B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B359B2 is #4CA64D. Grayscale: #7D7D7D. Windows color (decimal): -5023310 or 11688371. OLE color: 11688371.

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

Color convert

RGB 179 89 178 -
CMYK 0 0.50 0.01 0.30
HSL 300.67º 0.37% 0.53% -
HSV(B) 300.67º 0.5% 0.7% -
XYZ 30.2 19.94 44.38 -
YUV 126.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 179 89 178 0 0.50 0.01 0.30 300.67 0.37 0.53
Hex B3 59 B2 0 32 1 1E 12D 25 35
Octal 263 131 262 0 62 1 36 455 45 65
Binary 10110011 1011001 10110010 0 110010 1 11110 100101101 100101 110101

Color Harmonies of #B359B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359B2

Black with #B359B2

Text Example


Text Example

White with #B359B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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