Html Css Color HEX #B049AB Fuchsia

📋 copy color: '#B049AB'

red 176 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #B049AB

Tints of Fuchsia #B049AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 41.9%
G = 17.38%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B049AB (or 0xB049AB) is known color: Fuchsia. HEX triplet: B0, 49 and AB. RGB value is (176,73,171). Sum of RGB (Red+Green+Blue) = 176+73+171=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B049AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B049AB is #4FB654. Grayscale: #727272. Windows color (decimal): -5224021 or 11225520. OLE color: 11225520.

HSL color Cylindrical-coordinate representation of color #B049AB: hue angle of 302.91º 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 #B049AB is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 171 -
CMYK 0 0.59 0.03 0.31
HSL 302.91º 0.41% 0.49% -
HSV(B) 302.91º 0.59% 0.69% -
XYZ 27.64 16.94 40.34 -
YUV 114.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 176 73 171 0 0.59 0.03 0.31 302.91 0.41 0.49
Hex B0 49 AB 0 3B 3 1F 12F 29 31
Octal 260 111 253 0 73 3 37 457 51 61
Binary 10110000 1001001 10101011 0 111011 11 11111 100101111 101001 110001

Color Harmonies of #B049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049AB

Black with #B049AB

Text Example


Text Example

White with #B049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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