#B94EC6

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

Shades of Fuchsia #B94EC6

Tints of Fuchsia #B94EC6

Color information

#B94EC6 (or 0xB94EC6) is unknown color: approx Fuchsia. HEX triplet: B9, 4E and C6. RGB value is (185,78,198). Sum of RGB (Red+Green+Blue) = 185+78+198=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #B94EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EC6 is #46B139. Grayscale: #7B7B7B. Windows color (decimal): -4632890 or 12996281. OLE color: 12996281.

HSL color Cylindrical-coordinate representation of color #B94EC6: hue angle of 293.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94EC6 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18578198-
CMYK0.070.6100.22
HSL293.5º51.28%54.12%-
HSV(B)293.5º60.61%77.65%-
XYZ32.9319.8455.52-
YUV123.67169.95171.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=40.13%
G=16.92%
B=42.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185781980.070.6100.22293.551.2854.12
HexB94EC673D0161263336
Octal2711163067750264466366
Binary10111001100111011000110111111101010110100100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EC6; }

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

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

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

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

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

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

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

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