Html Css Color HEX #B141B3 Fuchsia

📋 copy color: '#B141B3'

red 177 ◦ green 65 ◦ blue 179

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

Shades of Fuchsia #B141B3

Tints of Fuchsia #B141B3

RGB

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

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

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

R = 42.04%
G = 15.44%
B = 42.52%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B141B3 (or 0xB141B3) is known color: Fuchsia. HEX triplet: B1, 41 and B3. RGB value is (177,65,179). Sum of RGB (Red+Green+Blue) = 177+65+179=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #B141B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141B3 is #4EBE4C. Grayscale: #6F6F6F. Windows color (decimal): -5160525 or 11747761. OLE color: 11747761.

HSL color Cylindrical-coordinate representation of color #B141B3: hue angle of 298.95º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B141B3 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 65 179 -
CMYK 0.01 0.64 0 0.30
HSL 298.95º 0.47% 0.48% -
HSV(B) 298.95º 0.64% 0.7% -
XYZ 28.16 16.38 44.33 -
YUV 111.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 177 65 179 0.01 0.64 0 0.30 298.95 0.47 0.48
Hex B1 41 B3 1 40 0 1E 12B 2F 30
Octal 261 101 263 1 100 0 36 453 57 60
Binary 10110001 1000001 10110011 1 1000000 0 11110 100101011 101111 110000

Color Harmonies of #B141B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141B3

Black with #B141B3

Text Example


Text Example

White with #B141B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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