#B248B0

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

Shades of Fuchsia #B248B0

Tints of Fuchsia #B248B0

Color information

#B248B0 (or 0xB248B0) is unknown color: approx Fuchsia. HEX triplet: B2, 48 and B0. RGB value is (178,72,176). Sum of RGB (Red+Green+Blue) = 178+72+176=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B248B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B248B0 is #4DB74F. Grayscale: #737373. Windows color (decimal): -5093200 or 11552946. OLE color: 11552946.

HSL color Cylindrical-coordinate representation of color #B248B0: hue angle of 301.13º degrees, saturation: 0.42, 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 #B248B0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17872176-
CMYK00.600.010.30
HSL301.13º42.4%49.02%-
HSV(B)301.13º59.55%69.8%-
XYZ28.5117.2342.9-
YUV115.55162.12172.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 72 (28.52% from 255) = 16.90%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=41.78%
G=16.90%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787217600.600.010.30301.1342.449.02
HexB248B003C11E12d2a31
Octal2621102600741364555261
Binary101100101001000101100000111100111110100101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B248B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B248B0; }

 p { color: rgb(178,72,176); }

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

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

 a { background-color: rgb(178,72,176); }

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

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

 span { border-color: rgb(178,72,176); }

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