Html Css Color HEX #B549AD Fuchsia

📋 copy color: '#B549AD'

red 181 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #B549AD

Tints of Fuchsia #B549AD

RGB

 RED value IS 181 (71.09% from 255) = 42.39%

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

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

R = 42.39%
G = 17.1%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B549AD (or 0xB549AD) is known color: Fuchsia. HEX triplet: B5, 49 and AD. RGB value is (181,73,173). Sum of RGB (Red+Green+Blue) = 181+73+173=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B549AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549AD is #4AB652. Grayscale: #747474. Windows color (decimal): -4896339 or 11356597. OLE color: 11356597.

HSL color Cylindrical-coordinate representation of color #B549AD: hue angle of 304.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B549AD is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 173 -
CMYK 0 0.60 0.04 0.29
HSL 304.44º 0.43% 0.5% -
HSV(B) 304.44º 0.6% 0.71% -
XYZ 28.98 17.61 41.41 -
YUV 116.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 181 73 173 0 0.60 0.04 0.29 304.44 0.43 0.5
Hex B5 49 AD 0 3C 4 1D 130 2B 32
Octal 265 111 255 0 74 4 35 460 53 62
Binary 10110101 1001001 10101101 0 111100 100 11101 100110000 101011 110010

Color Harmonies of #B549AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549AD

Black with #B549AD

Text Example


Text Example

White with #B549AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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