Html Css Color HEX #B049AD Fuchsia

📋 copy color: '#B049AD'

red 176 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #B049AD

Tints of Fuchsia #B049AD

RGB

 RED value IS 176 (69.14% from 255) = 41.71%

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

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

R = 41.71%
G = 17.3%
B = 41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B049AD (or 0xB049AD) is known color: Fuchsia. HEX triplet: B0, 49 and AD. RGB value is (176,73,173). Sum of RGB (Red+Green+Blue) = 176+73+173=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B049AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B049AD is #4FB652. Grayscale: #727272. Windows color (decimal): -5224019 or 11356592. OLE color: 11356592.

HSL color Cylindrical-coordinate representation of color #B049AD: hue angle of 301.75º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B049AD is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 173 -
CMYK 0 0.59 0.02 0.31
HSL 301.75º 0.41% 0.49% -
HSV(B) 301.75º 0.59% 0.69% -
XYZ 27.83 17.01 41.35 -
YUV 115.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 176 73 173 0 0.59 0.02 0.31 301.75 0.41 0.49
Hex B0 49 AD 0 3B 2 1F 12E 29 31
Octal 260 111 255 0 73 2 37 456 51 61
Binary 10110000 1001001 10101101 0 111011 10 11111 100101110 101001 110001

Color Harmonies of #B049AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049AD

Black with #B049AD

Text Example


Text Example

White with #B049AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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