Html Css Color HEX #B147AF Fuchsia

📋 copy color: '#B147AF'

red 177 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #B147AF

Tints of Fuchsia #B147AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 41.84%
G = 16.78%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B147AF (or 0xB147AF) is known color: Fuchsia. HEX triplet: B1, 47 and AF. RGB value is (177,71,175). Sum of RGB (Red+Green+Blue) = 177+71+175=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B147AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B147AF is #4EB850. Grayscale: #727272. Windows color (decimal): -5158993 or 11487153. OLE color: 11487153.

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

Color convert

RGB 177 71 175 -
CMYK 0 0.60 0.01 0.31
HSL 301.13º 0.43% 0.49% -
HSV(B) 301.13º 0.6% 0.69% -
XYZ 28.12 16.95 42.35 -
YUV 114.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 177 71 175 0 0.60 0.01 0.31 301.13 0.43 0.49
Hex B1 47 AF 0 3C 1 1F 12D 2B 31
Octal 261 107 257 0 74 1 37 455 53 61
Binary 10110001 1000111 10101111 0 111100 1 11111 100101101 101011 110001

Color Harmonies of #B147AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147AF

Black with #B147AF

Text Example


Text Example

White with #B147AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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