Html Css Color HEX #B357C1 Fuchsia

📋 copy color: '#B357C1'

red 179 ◦ green 87 ◦ blue 193

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

Shades of Fuchsia #B357C1

Tints of Fuchsia #B357C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 39%
G = 18.95%
B = 42.05%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B357C1 (or 0xB357C1) is known color: Fuchsia. HEX triplet: B3, 57 and C1. RGB value is (179,87,193). Sum of RGB (Red+Green+Blue) = 179+87+193=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #B357C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357C1 is #4CA83E. Grayscale: #7E7E7E. Windows color (decimal): -5023807 or 12670899. OLE color: 12670899.

HSL color Cylindrical-coordinate representation of color #B357C1: hue angle of 292.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B357C1 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 87 193 -
CMYK 0.07 0.55 0 0.24
HSL 292.08º 0.46% 0.55% -
HSV(B) 292.08º 0.55% 0.76% -
XYZ 31.62 20.25 52.69 -
YUV 126.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 179 87 193 0.07 0.55 0 0.24 292.08 0.46 0.55
Hex B3 57 C1 7 37 0 18 124 2E 37
Octal 263 127 301 7 67 0 30 444 56 67
Binary 10110011 1010111 11000001 111 110111 0 11000 100100100 101110 110111

Color Harmonies of #B357C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357C1

Black with #B357C1

Text Example


Text Example

White with #B357C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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