#B248BA

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

Shades of Fuchsia #B248BA

Tints of Fuchsia #B248BA

Color information

#B248BA (or 0xB248BA) is unknown color: approx Fuchsia. HEX triplet: B2, 48 and BA. RGB value is (178,72,186). Sum of RGB (Red+Green+Blue) = 178+72+186=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B248BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248BA is #4DB745. Grayscale: #747474. Windows color (decimal): -5093190 or 12208306. OLE color: 12208306.

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

Color convert

RGB17872186-
CMYK0.040.6100.27
HSL295.79º45.24%50.59%-
HSV(B)295.79º61.29%72.94%-
XYZ29.5417.6448.3-
YUV116.69167.12171.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 72 (28.52% from 255) = 16.51%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=40.83%
G=16.51%
B=42.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178721860.040.6100.27295.7945.2450.59
HexB248BA43D01B1282d33
Octal2621102724750334505563
Binary10110010100100010111010100111101011011100101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B248BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B248BA; }

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

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

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

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

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

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

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

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