Html Css Color HEX #B949AA Fuchsia

📋 copy color: '#B949AA'

red 185 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #B949AA

Tints of Fuchsia #B949AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 43.22%
G = 17.06%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B949AA (or 0xB949AA) is known color: Fuchsia. HEX triplet: B9, 49 and AA. RGB value is (185,73,170). Sum of RGB (Red+Green+Blue) = 185+73+170=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B949AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949AA is #46B655. Grayscale: #757575. Windows color (decimal): -4634198 or 11159993. OLE color: 11159993.

HSL color Cylindrical-coordinate representation of color #B949AA: hue angle of 308.04º 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 #B949AA is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 170 -
CMYK 0 0.61 0.08 0.27
HSL 308.04º 0.44% 0.51% -
HSV(B) 308.04º 0.61% 0.73% -
XYZ 29.65 17.98 39.94 -
YUV 117.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 185 73 170 0 0.61 0.08 0.27 308.04 0.44 0.51
Hex B9 49 AA 0 3D 8 1B 134 2C 33
Octal 271 111 252 0 75 10 33 464 54 63
Binary 10111001 1001001 10101010 0 111101 1000 11011 100110100 101100 110011

Color Harmonies of #B949AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949AA

Black with #B949AA

Text Example


Text Example

White with #B949AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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