Html Css Color HEX #B047AB Fuchsia

📋 copy color: '#B047AB'

red 176 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #B047AB

Tints of Fuchsia #B047AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

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

R = 42.11%
G = 16.99%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B047AB (or 0xB047AB) is known color: Fuchsia. HEX triplet: B0, 47 and AB. RGB value is (176,71,171). Sum of RGB (Red+Green+Blue) = 176+71+171=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B047AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B047AB is #4FB854. Grayscale: #717171. Windows color (decimal): -5224533 or 11225008. OLE color: 11225008.

HSL color Cylindrical-coordinate representation of color #B047AB: hue angle of 302.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B047AB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 171 -
CMYK 0 0.60 0.03 0.31
HSL 302.86º 0.43% 0.48% -
HSV(B) 302.86º 0.6% 0.69% -
XYZ 27.51 16.68 40.3 -
YUV 113.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 176 71 171 0 0.60 0.03 0.31 302.86 0.43 0.48
Hex B0 47 AB 0 3C 3 1F 12F 2B 30
Octal 260 107 253 0 74 3 37 457 53 60
Binary 10110000 1000111 10101011 0 111100 11 11111 100101111 101011 110000

Color Harmonies of #B047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047AB

Black with #B047AB

Text Example


Text Example

White with #B047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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