#B247BB

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

Shades of Fuchsia #B247BB

Tints of Fuchsia #B247BB

Color information

#B247BB (or 0xB247BB) is unknown color: approx Fuchsia. HEX triplet: B2, 47 and BB. RGB value is (178,71,187). Sum of RGB (Red+Green+Blue) = 178+71+187=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #B247BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247BB is #4DB844. Grayscale: #737373. Windows color (decimal): -5093445 or 12273586. OLE color: 12273586.

HSL color Cylindrical-coordinate representation of color #B247BB: hue angle of 295.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B247BB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17871187-
CMYK0.050.6200.27
HSL295.34º46.03%50.59%-
HSV(B)295.34º62.03%73.33%-
XYZ29.5817.5648.84-
YUV116.22167.95172.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 71 (28.12% from 255) = 16.28%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=40.83%
G=16.28%
B=42.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178711870.050.6200.27295.3446.0350.59
HexB247BB53E01B1272e33
Octal2621072735760334475663
Binary10110010100011110111011101111110011011100100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247BB; }

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

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

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

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

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

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

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

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