Html Css Color HEX #B147BA Fuchsia

📋 copy color: '#B147BA'

red 177 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #B147BA

Tints of Fuchsia #B147BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 40.78%
G = 16.36%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B147BA (or 0xB147BA) is known color: Fuchsia. HEX triplet: B1, 47 and BA. RGB value is (177,71,186). Sum of RGB (Red+Green+Blue) = 177+71+186=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B147BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147BA is #4EB845. Grayscale: #737373. Windows color (decimal): -5158982 or 12208049. OLE color: 12208049.

HSL color Cylindrical-coordinate representation of color #B147BA: hue angle of 295.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B147BA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 71 186 -
CMYK 0.05 0.62 0 0.27
HSL 295.3º 0.45% 0.5% -
HSV(B) 295.3º 0.62% 0.73% -
XYZ 29.25 17.4 48.27 -
YUV 115.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 177 71 186 0.05 0.62 0 0.27 295.3 0.45 0.5
Hex B1 47 BA 5 3E 0 1B 127 2D 32
Octal 261 107 272 5 76 0 33 447 55 62
Binary 10110001 1000111 10111010 101 111110 0 11011 100100111 101101 110010

Color Harmonies of #B147BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147BA

Black with #B147BA

Text Example


Text Example

White with #B147BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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