#B247C2

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

Shades of Fuchsia #B247C2

Tints of Fuchsia #B247C2

Color information

#B247C2 (or 0xB247C2) is unknown color: approx Fuchsia. HEX triplet: B2, 47 and C2. RGB value is (178,71,194). Sum of RGB (Red+Green+Blue) = 178+71+194=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #B247C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247C2 is #4DB83D. Grayscale: #747474. Windows color (decimal): -5093438 or 12732338. OLE color: 12732338.

HSL color Cylindrical-coordinate representation of color #B247C2: hue angle of 292.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B247C2 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17871194-
CMYK0.080.6300.24
HSL292.2º50.2%51.96%-
HSV(B)292.2º63.4%76.08%-
XYZ30.3517.8752.89-
YUV117.02171.45171.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 71 (28.12% from 255) = 16.03%
BLUE value IS 194 (76.17% from 255) = 43.79%
R=40.18%
G=16.03%
B=43.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178711940.080.6300.24292.250.251.96
HexB247C283F0181243234
Octal26210730210770304446264
Binary101100101000111110000101000111111011000100100100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247C2; }

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

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

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

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

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

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

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

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