Html Css Color HEX #B357BA Fuchsia

📋 copy color: '#B357BA'

red 179 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #B357BA

Tints of Fuchsia #B357BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 39.6%
G = 19.25%
B = 41.15%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B357BA (or 0xB357BA) is known color: Fuchsia. HEX triplet: B3, 57 and BA. RGB value is (179,87,186). Sum of RGB (Red+Green+Blue) = 179+87+186=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #B357BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357BA is #4CA845. Grayscale: #7D7D7D. Windows color (decimal): -5023814 or 12212147. OLE color: 12212147.

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

Color convert

RGB 179 87 186 -
CMYK 0.04 0.53 0 0.27
HSL 295.76º 0.42% 0.54% -
HSV(B) 295.76º 0.53% 0.73% -
XYZ 30.86 19.95 48.68 -
YUV 125.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 179 87 186 0.04 0.53 0 0.27 295.76 0.42 0.54
Hex B3 57 BA 4 35 0 1B 128 2A 36
Octal 263 127 272 4 65 0 33 450 52 66
Binary 10110011 1010111 10111010 100 110101 0 11011 100101000 101010 110110

Color Harmonies of #B357BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357BA

Black with #B357BA

Text Example


Text Example

White with #B357BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357BA; }

 p { color: rgb(179,87,186); }

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

background-color css

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

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

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

border-color css

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

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

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