Html Css Color HEX #B949AC Fuchsia

📋 copy color: '#B949AC'

red 185 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #B949AC

Tints of Fuchsia #B949AC

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

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

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

R = 43.02%
G = 16.98%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B949AC (or 0xB949AC) is known color: Fuchsia. HEX triplet: B9, 49 and AC. RGB value is (185,73,172). Sum of RGB (Red+Green+Blue) = 185+73+172=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B949AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949AC is #46B653. Grayscale: #757575. Windows color (decimal): -4634196 or 11291065. OLE color: 11291065.

HSL color Cylindrical-coordinate representation of color #B949AC: hue angle of 306.96º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B949AC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 172 -
CMYK 0 0.61 0.07 0.27
HSL 306.96º 0.44% 0.51% -
HSV(B) 306.96º 0.61% 0.73% -
XYZ 29.84 18.06 40.94 -
YUV 117.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 185 73 172 0 0.61 0.07 0.27 306.96 0.44 0.51
Hex B9 49 AC 0 3D 7 1B 133 2C 33
Octal 271 111 254 0 75 7 33 463 54 63
Binary 10111001 1001001 10101100 0 111101 111 11011 100110011 101100 110011

Color Harmonies of #B949AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949AC

Black with #B949AC

Text Example


Text Example

White with #B949AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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