Html Css Color HEX #B147AD Fuchsia

📋 copy color: '#B147AD'

red 177 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #B147AD

Tints of Fuchsia #B147AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.86%

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

R = 42.04%
G = 16.86%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B147AD (or 0xB147AD) is known color: Fuchsia. HEX triplet: B1, 47 and AD. RGB value is (177,71,173). Sum of RGB (Red+Green+Blue) = 177+71+173=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B147AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B147AD is #4EB852. Grayscale: #727272. Windows color (decimal): -5158995 or 11356081. OLE color: 11356081.

HSL color Cylindrical-coordinate representation of color #B147AD: hue angle of 302.26º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B147AD is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 173 -
CMYK 0 0.60 0.02 0.31
HSL 302.26º 0.43% 0.49% -
HSV(B) 302.26º 0.6% 0.69% -
XYZ 27.93 16.87 41.32 -
YUV 114.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 177 71 173 0 0.60 0.02 0.31 302.26 0.43 0.49
Hex B1 47 AD 0 3C 2 1F 12E 2B 31
Octal 261 107 255 0 74 2 37 456 53 61
Binary 10110001 1000111 10101101 0 111100 10 11111 100101110 101011 110001

Color Harmonies of #B147AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147AD

Black with #B147AD

Text Example


Text Example

White with #B147AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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