#B04EBA

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

Shades of Fuchsia #B04EBA

Tints of Fuchsia #B04EBA

Color information

#B04EBA (or 0xB04EBA) is unknown color: approx Fuchsia. HEX triplet: B0, 4E and BA. RGB value is (176,78,186). Sum of RGB (Red+Green+Blue) = 176+78+186=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EBA is #4FB145. Grayscale: #777777. Windows color (decimal): -5222726 or 12209840. OLE color: 12209840.

HSL color Cylindrical-coordinate representation of color #B04EBA: hue angle of 294.44º 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 #B04EBA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17678186-
CMYK0.050.5800.27
HSL294.44º43.9%51.76%-
HSV(B)294.44º58.06%72.94%-
XYZ29.4918.2248.42-
YUV119.61165.47168.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=40%
G=17.73%
B=42.27%

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
Decimal176781860.050.5800.27294.4443.951.76
HexB04EBA53A01B1262c34
Octal2601162725720334465464
Binary10110000100111010111010101111010011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EBA; }

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

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

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

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

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

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

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

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