#B94DC6

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

Shades of Fuchsia #B94DC6

Tints of Fuchsia #B94DC6

Color information

#B94DC6 (or 0xB94DC6) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and C6. RGB value is (185,77,198). Sum of RGB (Red+Green+Blue) = 185+77+198=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B94DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DC6 is #46B239. Grayscale: #7A7A7A. Windows color (decimal): -4633146 or 12996025. OLE color: 12996025.

HSL color Cylindrical-coordinate representation of color #B94DC6: hue angle of 293.55º 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 #B94DC6 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18577198-
CMYK0.070.6100.22
HSL293.55º51.49%53.92%-
HSV(B)293.55º61.11%77.65%-
XYZ32.8519.755.5-
YUV123.09170.28172.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 77 (30.47% from 255) = 16.74%
BLUE value IS 198 (77.73% from 255) = 43.04%
R=40.22%
G=16.74%
B=43.04%

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
Decimal185771980.070.6100.22293.5551.4953.92
HexB94DC673D0161263336
Octal2711153067750264466366
Binary10111001100110111000110111111101010110100100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DC6; }

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

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

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

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

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

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

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

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