#B94EBC

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

Shades of Fuchsia #B94EBC

Tints of Fuchsia #B94EBC

Color information

#B94EBC (or 0xB94EBC) is unknown color: approx Fuchsia. HEX triplet: B9, 4E and BC. RGB value is (185,78,188). Sum of RGB (Red+Green+Blue) = 185+78+188=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #B94EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EBC is #46B143. Grayscale: #7A7A7A. Windows color (decimal): -4632900 or 12340921. OLE color: 12340921.

HSL color Cylindrical-coordinate representation of color #B94EBC: hue angle of 298.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94EBC is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18578188-
CMYK0.020.5900.26
HSL298.36º45.08%52.16%-
HSV(B)298.36º58.51%73.73%-
XYZ31.8119.3949.64-
YUV122.53164.95172.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=41.02%
G=17.29%
B=41.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185781880.020.5900.26298.3645.0852.16
HexB94EBC23B01A12a2d34
Octal2711162742730324525564
Binary1011100110011101011110010111011011010100101010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EBC; }

 p { color: rgb(185,78,188); }

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

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

 a { background-color: rgb(185,78,188); }

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

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

 span { border-color: rgb(185,78,188); }

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