#B247BF

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

Shades of Fuchsia #B247BF

Tints of Fuchsia #B247BF

Color information

#B247BF (or 0xB247BF) is unknown color: approx Fuchsia. HEX triplet: B2, 47 and BF. RGB value is (178,71,191). Sum of RGB (Red+Green+Blue) = 178+71+191=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #B247BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247BF is #4DB840. Grayscale: #747474. Windows color (decimal): -5093441 or 12535730. OLE color: 12535730.

HSL color Cylindrical-coordinate representation of color #B247BF: hue angle of 293.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B247BF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17871191-
CMYK0.070.6300.25
HSL293.5º48.39%51.37%-
HSV(B)293.5º62.83%74.9%-
XYZ30.0217.7351.13-
YUV116.67169.95171.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 71 (28.12% from 255) = 16.14%
BLUE value IS 191 (75% from 255) = 43.41%
R=40.45%
G=16.14%
B=43.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178711910.070.6300.25293.548.3951.37
HexB247BF73F0191263033
Octal2621072777770314466063
Binary10110010100011110111111111111111011001100100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247BF; }

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

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

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

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

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

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

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

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