Html Css Color HEX #B949AD Fuchsia

📋 copy color: '#B949AD'

red 185 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #B949AD

Tints of Fuchsia #B949AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 42.92%
G = 16.94%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B949AD (or 0xB949AD) is known color: Fuchsia. HEX triplet: B9, 49 and AD. RGB value is (185,73,173). Sum of RGB (Red+Green+Blue) = 185+73+173=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B949AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949AD is #46B652. Grayscale: #757575. Windows color (decimal): -4634195 or 11356601. OLE color: 11356601.

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

Color convert

RGB 185 73 173 -
CMYK 0 0.61 0.06 0.27
HSL 306.43º 0.44% 0.51% -
HSV(B) 306.43º 0.61% 0.73% -
XYZ 29.93 18.1 41.45 -
YUV 117.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 185 73 173 0 0.61 0.06 0.27 306.43 0.44 0.51
Hex B9 49 AD 0 3D 6 1B 132 2C 33
Octal 271 111 255 0 75 6 33 462 54 63
Binary 10111001 1001001 10101101 0 111101 110 11011 100110010 101100 110011

Color Harmonies of #B949AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949AD

Black with #B949AD

Text Example


Text Example

White with #B949AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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