Html Css Color HEX #B139AD Fuchsia

📋 copy color: '#B139AD'

red 177 ◦ green 57 ◦ blue 173

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

Shades of Fuchsia #B139AD

Tints of Fuchsia #B139AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 43.49%
G = 14%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B139AD (or 0xB139AD) is known color: Fuchsia. HEX triplet: B1, 39 and AD. RGB value is (177,57,173). Sum of RGB (Red+Green+Blue) = 177+57+173=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B139AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B139AD is #4EC652. Grayscale: #696969. Windows color (decimal): -5162579 or 11352497. OLE color: 11352497.

HSL color Cylindrical-coordinate representation of color #B139AD: hue angle of 302º 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 #B139AD is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 173 -
CMYK 0 0.68 0.02 0.31
HSL 302º 0.51% 0.46% -
HSV(B) 302º 0.68% 0.69% -
XYZ 27.14 15.29 41.06 -
YUV 106.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 177 57 173 0 0.68 0.02 0.31 302 0.51 0.46
Hex B1 39 AD 0 44 2 1F 12E 33 2E
Octal 261 71 255 0 104 2 37 456 63 56
Binary 10110001 111001 10101101 0 1000100 10 11111 100101110 110011 101110

Color Harmonies of #B139AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139AD

Black with #B139AD

Text Example


Text Example

White with #B139AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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