Html Css Color HEX #B149AC Fuchsia

📋 copy color: '#B149AC'

red 177 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #B149AC

Tints of Fuchsia #B149AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 41.94%
G = 17.3%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B149AC (or 0xB149AC) is known color: Fuchsia. HEX triplet: B1, 49 and AC. RGB value is (177,73,172). Sum of RGB (Red+Green+Blue) = 177+73+172=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B149AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B149AC is #4EB653. Grayscale: #737373. Windows color (decimal): -5158484 or 11291057. OLE color: 11291057.

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

Color convert

RGB 177 73 172 -
CMYK 0 0.59 0.03 0.31
HSL 302.88º 0.42% 0.49% -
HSV(B) 302.88º 0.59% 0.69% -
XYZ 27.96 17.09 40.85 -
YUV 115.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 177 73 172 0 0.59 0.03 0.31 302.88 0.42 0.49
Hex B1 49 AC 0 3B 3 1F 12F 2A 31
Octal 261 111 254 0 73 3 37 457 52 61
Binary 10110001 1001001 10101100 0 111011 11 11111 100101111 101010 110001

Color Harmonies of #B149AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149AC

Black with #B149AC

Text Example


Text Example

White with #B149AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149AC; }

 p { color: rgb(177,73,172); }

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

background-color css

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

 a { background-color: rgb(177,73,172); }

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

border-color css

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

 span { border-color: rgb(177,73,172); }

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