#B04FBA

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

Shades of Fuchsia #B04FBA

Tints of Fuchsia #B04FBA

Color information

#B04FBA (or 0xB04FBA) is unknown color: approx Fuchsia. HEX triplet: B0, 4F and BA. RGB value is (176,79,186). Sum of RGB (Red+Green+Blue) = 176+79+186=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FBA is #4FB045. Grayscale: #777777. Windows color (decimal): -5222470 or 12210096. OLE color: 12210096.

HSL color Cylindrical-coordinate representation of color #B04FBA: hue angle of 294.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04FBA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17679186-
CMYK0.050.5800.27
HSL294.39º43.67%51.96%-
HSV(B)294.39º57.53%72.94%-
XYZ29.5618.3748.44-
YUV120.2165.14167.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 79 (31.25% from 255) = 17.91%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=39.91%
G=17.91%
B=42.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176791860.050.5800.27294.3943.6751.96
HexB04FBA53A01B1262c34
Octal2601172725720334465464
Binary10110000100111110111010101111010011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04FBA; }

 p { color: rgb(176,79,186); }

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

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

 a { background-color: rgb(176,79,186); }

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

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

 span { border-color: rgb(176,79,186); }

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