Html Css Color HEX #B141BE Fuchsia

📋 copy color: '#B141BE'

red 177 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #B141BE

Tints of Fuchsia #B141BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 40.97%
G = 15.05%
B = 43.98%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B141BE (or 0xB141BE) is known color: Fuchsia. HEX triplet: B1, 41 and BE. RGB value is (177,65,190). Sum of RGB (Red+Green+Blue) = 177+65+190=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #B141BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141BE is #4EBE41. Grayscale: #707070. Windows color (decimal): -5160514 or 12468657. OLE color: 12468657.

HSL color Cylindrical-coordinate representation of color #B141BE: hue angle of 293.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B141BE is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 65 190 -
CMYK 0.07 0.66 0 0.25
HSL 293.76º 0.49% 0.5% -
HSV(B) 293.76º 0.66% 0.75% -
XYZ 29.32 16.85 50.42 -
YUV 112.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 177 65 190 0.07 0.66 0 0.25 293.76 0.49 0.5
Hex B1 41 BE 7 42 0 19 126 31 32
Octal 261 101 276 7 102 0 31 446 61 62
Binary 10110001 1000001 10111110 111 1000010 0 11001 100100110 110001 110010

Color Harmonies of #B141BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141BE

Black with #B141BE

Text Example


Text Example

White with #B141BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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