#B248B9

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

Shades of Fuchsia #B248B9

Tints of Fuchsia #B248B9

Color information

#B248B9 (or 0xB248B9) is unknown color: approx Fuchsia. HEX triplet: B2, 48 and B9. RGB value is (178,72,185). Sum of RGB (Red+Green+Blue) = 178+72+185=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #B248B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248B9 is #4DB746. Grayscale: #747474. Windows color (decimal): -5093191 or 12142770. OLE color: 12142770.

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

Color convert

RGB17872185-
CMYK0.040.6100.27
HSL296.28º44.66%50.39%-
HSV(B)296.28º61.08%72.55%-
XYZ29.4317.647.75-
YUV116.58166.62171.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=40.92%
G=16.55%
B=42.53%

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
Decimal178721850.040.6100.27296.2844.6650.39
HexB248B943D01B1282d32
Octal2621102714750334505562
Binary10110010100100010111001100111101011011100101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B248B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B248B9; }

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

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

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

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

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

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

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

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