Html Css Color HEX #B849AC Fuchsia

📋 copy color: '#B849AC'

red 184 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #B849AC

Tints of Fuchsia #B849AC

RGB

 RED value IS 184 (72.27% from 255) = 42.89%

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

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

R = 42.89%
G = 17.02%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B849AC (or 0xB849AC) is known color: Fuchsia. HEX triplet: B8, 49 and AC. RGB value is (184,73,172). Sum of RGB (Red+Green+Blue) = 184+73+172=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B849AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849AC is #47B653. Grayscale: #757575. Windows color (decimal): -4699732 or 11291064. OLE color: 11291064.

HSL color Cylindrical-coordinate representation of color #B849AC: hue angle of 306.49º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B849AC is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 172 -
CMYK 0 0.60 0.07 0.28
HSL 306.49º 0.44% 0.5% -
HSV(B) 306.49º 0.6% 0.72% -
XYZ 29.6 17.93 40.93 -
YUV 117.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 184 73 172 0 0.60 0.07 0.28 306.49 0.44 0.5
Hex B8 49 AC 0 3C 7 1C 132 2C 32
Octal 270 111 254 0 74 7 34 462 54 62
Binary 10111000 1001001 10101100 0 111100 111 11100 100110010 101100 110010

Color Harmonies of #B849AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849AC

Black with #B849AC

Text Example


Text Example

White with #B849AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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