Html Css Color HEX #B139AB Fuchsia

📋 copy color: '#B139AB'

red 177 ◦ green 57 ◦ blue 171

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

Shades of Fuchsia #B139AB

Tints of Fuchsia #B139AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 43.7%
G = 14.07%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B139AB (or 0xB139AB) is known color: Fuchsia. HEX triplet: B1, 39 and AB. RGB value is (177,57,171). Sum of RGB (Red+Green+Blue) = 177+57+171=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B139AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B139AB is #4EC654. Grayscale: #696969. Windows color (decimal): -5162581 or 11221425. OLE color: 11221425.

HSL color Cylindrical-coordinate representation of color #B139AB: hue angle of 303º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B139AB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 171 -
CMYK 0 0.68 0.03 0.31
HSL 303º 0.51% 0.46% -
HSV(B) 303º 0.68% 0.69% -
XYZ 26.95 15.21 40.04 -
YUV 105.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 177 57 171 0 0.68 0.03 0.31 303 0.51 0.46
Hex B1 39 AB 0 44 3 1F 12F 33 2E
Octal 261 71 253 0 104 3 37 457 63 56
Binary 10110001 111001 10101011 0 1000100 11 11111 100101111 110011 101110

Color Harmonies of #B139AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139AB

Black with #B139AB

Text Example


Text Example

White with #B139AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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