#B247AD

Color #B247AD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B247AD

Tints of Fuchsia #B247AD

Color information

#B247AD (or 0xB247AD) is unknown color: approx Fuchsia. HEX triplet: B2, 47 and AD. RGB value is (178,71,173). Sum of RGB (Red+Green+Blue) = 178+71+173=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B247AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B247AD is #4DB852. Grayscale: #727272. Windows color (decimal): -5093459 or 11356082. OLE color: 11356082.

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

Color convert

RGB17871173-
CMYK00.600.030.30
HSL302.8º42.97%48.82%-
HSV(B)302.8º60.11%69.8%-
XYZ28.1616.9941.33-
YUV114.62160.95173.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 71 (28.12% from 255) = 16.82%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=42.18%
G=16.82%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787117300.600.030.30302.842.9748.82
HexB247AD03C31E12f2b31
Octal2621072550743364575361
Binary1011001010001111010110101111001111110100101111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247AD; }

 p { color: rgb(178,71,173); }

 H1.HeaderClassName
 {
   color: #B247AD;
 }
 .AnyTagClassName
 {
   color: #B247AD;
 }
</style>
background-color css

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

 a { background-color: rgb(178,71,173); }

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

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

 span { border-color: rgb(178,71,173); }

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