#B04EBB

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

Shades of Fuchsia #B04EBB

Tints of Fuchsia #B04EBB

Color information

#B04EBB (or 0xB04EBB) is unknown color: approx Fuchsia. HEX triplet: B0, 4E and BB. RGB value is (176,78,187). Sum of RGB (Red+Green+Blue) = 176+78+187=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #B04EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EBB is #4FB144. Grayscale: #777777. Windows color (decimal): -5222725 or 12275376. OLE color: 12275376.

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

Color convert

RGB17678187-
CMYK0.060.5800.27
HSL293.94º44.49%51.96%-
HSV(B)293.94º58.29%73.33%-
XYZ29.618.2748.98-
YUV119.73165.97168.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=39.91%
G=17.69%
B=42.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176781870.060.5800.27293.9444.4951.96
HexB04EBB63A01B1262c34
Octal2601162736720334465464
Binary10110000100111010111011110111010011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EBB; }

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

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

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

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

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

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

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

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