Html Css Color HEX #B141C3 Fuchsia

📋 copy color: '#B141C3'

red 177 ◦ green 65 ◦ blue 195

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

Shades of Fuchsia #B141C3

Tints of Fuchsia #B141C3

RGB

 RED value IS 177 (69.53% from 255) = 40.5%

 GREEN value IS 65 (25.78% from 255) = 14.87%

 BLUE value IS 195 (76.56% from 255) = 44.62%

R = 40.5%
G = 14.87%
B = 44.62%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B141C3 (or 0xB141C3) is known color: Fuchsia. HEX triplet: B1, 41 and C3. RGB value is (177,65,195). Sum of RGB (Red+Green+Blue) = 177+65+195=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #B141C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141C3 is #4EBE3C. Grayscale: #707070. Windows color (decimal): -5160509 or 12796337. OLE color: 12796337.

HSL color Cylindrical-coordinate representation of color #B141C3: hue angle of 291.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B141C3 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 65 195 -
CMYK 0.09 0.67 0 0.24
HSL 291.69º 0.52% 0.51% -
HSV(B) 291.69º 0.67% 0.76% -
XYZ 29.87 17.07 53.35 -
YUV 113.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 177 65 195 0.09 0.67 0 0.24 291.69 0.52 0.51
Hex B1 41 C3 9 43 0 18 124 34 33
Octal 261 101 303 11 103 0 30 444 64 63
Binary 10110001 1000001 11000011 1001 1000011 0 11000 100100100 110100 110011

Color Harmonies of #B141C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141C3

Black with #B141C3

Text Example


Text Example

White with #B141C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141C3; }

 p { color: rgb(177,65,195); }

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

background-color css

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

 a { background-color: rgb(177,65,195); }

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

border-color css

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

 span { border-color: rgb(177,65,195); }

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