#B247C0

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

Shades of Fuchsia #B247C0

Tints of Fuchsia #B247C0

Color information

#B247C0 (or 0xB247C0) is unknown color: approx Fuchsia. HEX triplet: B2, 47 and C0. RGB value is (178,71,192). Sum of RGB (Red+Green+Blue) = 178+71+192=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B247C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247C0 is #4DB83F. Grayscale: #747474. Windows color (decimal): -5093440 or 12601266. OLE color: 12601266.

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

Color convert

RGB17871192-
CMYK0.070.6300.25
HSL293.06º48.99%51.57%-
HSV(B)293.06º63.02%75.29%-
XYZ30.1317.7851.71-
YUV116.79170.45171.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 71 (28.12% from 255) = 16.10%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=40.36%
G=16.10%
B=43.54%

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
Decimal178711920.070.6300.25293.0648.9951.57
HexB247C073F0191253134
Octal2621073007770314456164
Binary10110010100011111000000111111111011001100100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247C0; }

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

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

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

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

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

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

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

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