Html Css Color HEX #B139BF Fuchsia

📋 copy color: '#B139BF'

red 177 ◦ green 57 ◦ blue 191

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

Shades of Fuchsia #B139BF

Tints of Fuchsia #B139BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.41%

 BLUE value IS 191 (75% from 255) = 44.94%

R = 41.65%
G = 13.41%
B = 44.94%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B139BF (or 0xB139BF) is known color: Fuchsia. HEX triplet: B1, 39 and BF. RGB value is (177,57,191). Sum of RGB (Red+Green+Blue) = 177+57+191=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #B139BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139BF is #4EC640. Grayscale: #6B6B6B. Windows color (decimal): -5162561 or 12532145. OLE color: 12532145.

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

Color convert

RGB 177 57 191 -
CMYK 0.07 0.70 0 0.25
HSL 293.73º 0.54% 0.49% -
HSV(B) 293.73º 0.7% 0.75% -
XYZ 29 16.03 50.86 -
YUV 108.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 177 57 191 0.07 0.70 0 0.25 293.73 0.54 0.49
Hex B1 39 BF 7 46 0 19 126 36 31
Octal 261 71 277 7 106 0 31 446 66 61
Binary 10110001 111001 10111111 111 1000110 0 11001 100100110 110110 110001

Color Harmonies of #B139BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139BF

Black with #B139BF

Text Example


Text Example

White with #B139BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139BF; }

 p { color: rgb(177,57,191); }

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

background-color css

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

 a { background-color: rgb(177,57,191); }

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

border-color css

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

 span { border-color: rgb(177,57,191); }

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