#B248BF

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

Shades of Fuchsia #B248BF

Tints of Fuchsia #B248BF

Color information

#B248BF (or 0xB248BF) is unknown color: approx Fuchsia. HEX triplet: B2, 48 and BF. RGB value is (178,72,191). Sum of RGB (Red+Green+Blue) = 178+72+191=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #B248BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248BF is #4DB740. Grayscale: #747474. Windows color (decimal): -5093185 or 12535986. OLE color: 12535986.

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

Color convert

RGB17872191-
CMYK0.070.6200.25
HSL293.45º48.18%51.57%-
HSV(B)293.45º62.3%74.9%-
XYZ30.0817.8651.15-
YUV117.26169.62171.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 191 (75% from 255) = 43.31%
R=40.36%
G=16.33%
B=43.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178721910.070.6200.25293.4548.1851.57
HexB248BF73E0191253034
Octal2621102777760314456064
Binary10110010100100010111111111111110011001100100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B248BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B248BF; }

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

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

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

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

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

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

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

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